File tree Expand file tree Collapse file tree 4 files changed +995
-13
lines changed
Expand file tree Collapse file tree 4 files changed +995
-13
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import SubscriptionModal from "./components/common/SubscriptionModal";
1313import { ModalProvider } from "./contexts/ModalContext" ;
1414import ModalManager from "./components/common/ModalManager" ;
1515import NotFoundPage from "./components/common/NotFoundPage" ;
16+ import PrivacyPolicy from "./components/PrivacyPolicy" ;
17+ import TermsOfService from "./components/TermsOfService" ;
1618import "./App.css" ;
1719import ProfileSection from "./components/sections/ProfileSection" ;
1820
@@ -56,6 +58,8 @@ function App() {
5658 element = { < SubscriptionEditSection /> }
5759 />
5860 < Route path = "/profile" element = { < ProfileSection /> } />
61+ < Route path = "/privacy-policy" element = { < PrivacyPolicy /> } />
62+ < Route path = "/terms-of-service" element = { < TermsOfService /> } />
5963 < Route path = "*" element = { < NotFoundPage /> } />
6064 </ Routes >
6165 < Footer />
You can’t perform that action at this time.
0 commit comments