diff --git a/.firebase/hosting.cHVibGlj.cache b/.firebase/hosting.cHVibGlj.cache index e30aee5..02d7400 100644 --- a/.firebase/hosting.cHVibGlj.cache +++ b/.firebase/hosting.cHVibGlj.cache @@ -1 +1 @@ -index.html,1690600409468,00519993ca464cfad4694ffd7b8572508be384d9a496f10deeda88729303b2b2 +index.html,1706091253525,89f7e44cbb88df5de74866fe1f725b90706c20adac636dfea6807d29bc3f26a9 diff --git a/index.html b/index.html deleted file mode 100644 index 9a9785b..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - Car Rental - - -
Not Rendered
- - - diff --git a/index.js b/index.js index 99d3680..53f300b 100644 --- a/index.js +++ b/index.js @@ -1,15 +1,7 @@ import React from "react"; -import ReactDOM from "react-dom/client"; +import ReactDOM from "react-dom"; import { appRouter } from "./src/App"; import { RouterProvider } from "react-router-dom"; -import Tracker from "@openreplay/tracker"; - -const tracker = new Tracker({ - projectKey: "0tpLjDvQF3XA3tAQAy7h", -}); -tracker.start(); -window.tracker = tracker; - const root = ReactDOM.createRoot(document.getElementById("root")); root.render(); diff --git a/package.json b/package.json index 1a19aeb..5a03413 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Query Text Fetcher !", "scripts": { "test": "jest", - "start": "npx parcel index.html", - "build": "parcel build index.html" + "start": "npx parcel ./public/index.html", + "build": "parcel build ./public/index.html" }, "author": "", "license": "ISC", diff --git a/public/index.html b/public/index.html index e83bc58..fa30453 100644 --- a/public/index.html +++ b/public/index.html @@ -1,89 +1,13 @@ - + - - - Welcome to Firebase Hosting - - - - - - - - - - - - - - - - - + + + + Car Rental -
-

Welcome

-

Firebase Hosting Setup Complete

-

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

- Open Hosting Documentation -
-

Firebase SDK Loading…

- - +
Not Rendered
+