aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
new file mode 100644
index 0000000..99c2ab8
--- /dev/null
+++ b/pages/index.tsx
@@ -0,0 +1,6 @@
+export default function Index() {
+ return <>
+ <h1>gert</h1>
+ </>;
+}
+