From 27b21331cfc7afee51da273555f3fb9999cf21e7 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Mon, 12 Dec 2022 14:19:11 +0400 Subject: [PATCH] Moved to root for Netlify to read index.html --- dist/index.html => index.html | 0 dist/script.js => script.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename dist/index.html => index.html (100%) rename dist/script.js => script.js (100%) diff --git a/dist/index.html b/index.html similarity index 100% rename from dist/index.html rename to index.html diff --git a/dist/script.js b/script.js similarity index 100% rename from dist/script.js rename to script.js