summaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 6add88e..caf216c 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -53,7 +53,6 @@ export default function Home() {
if (!showPage) {
return null
}
-
return <GraphPage />
}