Skip to content

Commit

Permalink
Clean up unnecessary comms preferences paths (#15)
Browse files Browse the repository at this point in the history
* Clean up unnecessary comms preferences paths

* Merge branch 'development' into comms_preferences
  • Loading branch information
faucomte97 committed Jul 16, 2024
1 parent 1ba4909 commit 0bb4eb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/router/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const paths = _("", {
childFriendly: _({ tab: "child-friendly" }),
}),
}),
communicationPreferences: _("/communication-preferences"),
error: _("/error", {
type: _("/:type", {
forbidden: _({ type: "forbidden" }),
Expand Down
5 changes: 0 additions & 5 deletions src/router/routes/general.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Home from "../../pages/home/Home"
// import HomeLearning from '../../pages/homeLearning/HomeLearning';
// import PrivacyNotice from '../../pages/privacyNotice/PrivacyNotice';
// import TermsOfUse from '../../pages/termsOfUse/TermsOfUse';
// import CommunicationPreferences from '../../pages/communicationPreferences/CommunicationPreferences';
import paths from "../paths"

const general = (
Expand All @@ -20,10 +19,6 @@ const general = (
{/* <Route path={paths.homeLearning._} element={<HomeLearning />} /> */}
{/* <Route path={paths.getInvolved._} element={<GetInvolved />} /> */}
{/* <Route path={paths.codingClubs._} element={<CodingClubs />} /> */}
{/* <Route
path={paths.communicationPreferences._}
element={<CommunicationPreferences />}
/> */}
{/* <Route path={paths.contribute._} element={<Contribute />} /> */}
</>
)
Expand Down

0 comments on commit 0bb4eb5

Please sign in to comment.