diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a36cde0..748524e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,7 @@ export default function RootLayout({ - {children} +
{children}
); diff --git a/src/app/snippets/new/page.tsx b/src/app/snippets/new/page.tsx index 91ddd01..0a244be 100644 --- a/src/app/snippets/new/page.tsx +++ b/src/app/snippets/new/page.tsx @@ -1,3 +1,28 @@ export default function SnippetCreatePage() { - return
Create a Snippet!
; + return ( +
+

Create a Snippet

+
+
+ + +
+
+ + +
+ +
+
+ ); }