About Starve Me Now!
Firstly, this is intended for those who have a starvation/diet control
fetish. This is not intended to help with weight loss or similar
reasons to fast.
- >
+
);
}
diff --git a/client/src/pages/page.tsx b/client/src/pages/page.tsx
new file mode 100644
index 0000000..c48ab01
--- /dev/null
+++ b/client/src/pages/page.tsx
@@ -0,0 +1,11 @@
+import { Header } from "@/components/header";
+import "@/App.css";
+
+export function Page(props: { children: React.ReactNode }) {
+ return (
+ <>
+