This commit is contained in:
adueck 2023-02-09 12:56:17 +05:00
parent 580b412c68
commit a6e3d24672
1 changed files with 1 additions and 1 deletions

View File

@ -19,10 +19,10 @@ import LandingPage from "./pages/LandingPage";
import AccountPage from "./pages/AccountPage";
import { useEffect } from "react";
import { isProd } from "./lib/isProd";
import ReactGA from "react-ga";
import { useUser } from "./user-context";
import PrivacyPolicy from "./pages/PrivacyPolicy";
const chapters = content.reduce((chapters, item) => (
item.content
? [...chapters, item]