+
@@ -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) {
-
-
+
+
{world.title}
diff --git a/yarn.lock b/yarn.lock
index 492bd50..e9e7674 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4305,6 +4305,11 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
+prettier-plugin-tailwindcss@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz#989b35afd86c550cb671da69891aba4f4a051159"
+ integrity sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==
+
prettier@^2.8.2:
version "2.8.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.2.tgz#c4ea1b5b454d7c4b59966db2e06ed7eec5dfd160"