diff --git a/.firebase/hosting.ZGlzdA.cache b/.firebase/hosting.ZGlzdA.cache index 7386bad..2a5282b 100644 --- a/.firebase/hosting.ZGlzdA.cache +++ b/.firebase/hosting.ZGlzdA.cache @@ -1,4 +1,5 @@ -index.html,1687738745527,016072d1a763c361890ca06a62a7509cec0382e92d1e8e12b7e0e5a53048f1ac -assets/index-8891e0f8.css,1687738745527,1a075d488a7b08e62a37a19d72261dc174ddbfe1f61c1342a2920099475124e3 -vite.svg,1687738745365,d3bbbc44b3ea71906a72bf2ec1a4716903e2e3d9f85a5007205a65d1f12e2923 -assets/index-12ee572c.js,1687738745527,d261caadfead5a996917ab86646080185c8b095760e73d8b2aa8c676d5173f50 +favicon.png,1688159708032,f3c2237334cbc2f8708df1eceaaeac907fac4a7bf117fa24820c3f6f2f1527a8 +vite.svg,1688159708032,d3bbbc44b3ea71906a72bf2ec1a4716903e2e3d9f85a5007205a65d1f12e2923 +index.html,1688159708161,57754b7fb7c46b0206381ec771f8869b706661e6564aa2f21d651551cee35957 +assets/index-8891e0f8.css,1688159708161,1a075d488a7b08e62a37a19d72261dc174ddbfe1f61c1342a2920099475124e3 +assets/index-2acb8918.js,1688159708161,d383cc21fd468f50796218728cb2f99f00b299840e31bc209bbc7150448b9284 diff --git a/index.html b/index.html index d3308e1..871c2e3 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + TS + Civics Central
diff --git a/package-lock.json b/package-lock.json index 000c014..80d28a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,15 @@ "vitest": "^0.32.2" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@adobe/css-tools": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz", @@ -5163,17 +5172,17 @@ } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -6662,15 +6671,6 @@ "node": ">=8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/src/App.tsx b/src/App.tsx index 2ea4885..3eaa124 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,16 +6,17 @@ import { WhyVote } from "./Pages/WhyVote/WhyVote.tsx"; import { Example } from "./Pages/Example/Example.tsx"; import { ContactUs } from "./Pages/ContactUs/ContactUs.tsx"; import { Box } from "@mui/material"; -import { GlobalContext } from "./context/GlobalContext.tsx"; +import { GlobalContextWrapper } from "./context/GlobalContextWrapper.tsx"; import { Footer } from "./components/footer/Footer.tsx"; +import { CivicInfo } from "./Pages/CivicInfo/CivicInfo.tsx"; function App() { return ( - + @@ -29,11 +30,13 @@ function App() { } /> } /> } /> + } /> + } />