Index: pages/forge/+Page.tsx
===================================================================
--- pages/forge/+Page.tsx	(revision d4842f4212a093fc213ddbbf7ab9223c2785c450)
+++ pages/forge/+Page.tsx	(revision d4842f4212a093fc213ddbbf7ab9223c2785c450)
@@ -0,0 +1,5 @@
+export default function ForgePage(){
+    return (
+        <h1>Test Forge Page</h1>
+    )
+}
