+
@@ -66,7 +66,7 @@ function Path({ className, direction }: PathProps) {
return (
{paths.map((direction, i) => (
))}
-
{children}
+
{children}
);
}
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index dae191b..afd839c 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -7,7 +7,7 @@ import "@src/styles/globals.css";
export default function App({ Component, pageProps }: AppProps) {
return (
<>
-
+
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index 555ce18..6a45226 100644
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -1,6 +1,4 @@
-import {
- Html, Head, Main, NextScript,
-} from "next/document";
+import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
return (
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 56cfa50..b4627a4 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -15,7 +15,7 @@ export interface HomeProps {
export default function Home({ world }: HomeProps) {
return (
-
+
SuperNoodle
@@ -24,22 +24,22 @@ export default function Home({ world }: HomeProps) {
-