diff --git a/src/App.tsx b/src/App.tsx
index 41439c1..c41266c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -62,16 +62,16 @@ export default function App() {
{titlebarName}
Testing
+USER SETTINGS
+Now on account!
+ > + ); +} diff --git a/src/pages/settings/NotFound.tsx b/src/pages/settings/NotFound.tsx new file mode 100644 index 0000000..62e0dc8 --- /dev/null +++ b/src/pages/settings/NotFound.tsx @@ -0,0 +1,11 @@ +import * as React from "react"; + +export default function NotFoundSetting() { + return ( + <> +Settings page requested not found.
+ > + ); +} diff --git a/src/pages/settings/Security.tsx b/src/pages/settings/Security.tsx new file mode 100644 index 0000000..c39c438 --- /dev/null +++ b/src/pages/settings/Security.tsx @@ -0,0 +1,11 @@ +import * as React from "react"; + +export default function SecuritySetting() { + return ( + <> +Now on security!
+ > + ); +}