From c913a912695c9ac5075dd8597defd14dbc6072e9 Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Wed, 20 Oct 2021 22:38:13 +0000 Subject: [PATCH] test --- src/werefox-obs-layouts/pages/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/werefox-obs-layouts/pages/index.js b/src/werefox-obs-layouts/pages/index.js index c87a7c1..b9356e3 100644 --- a/src/werefox-obs-layouts/pages/index.js +++ b/src/werefox-obs-layouts/pages/index.js @@ -1,16 +1,17 @@ import Head from 'next/head' -import Image from 'next/image' export default function Home() { return ( -
+
Create Next App -
-

Test

+
+
+

Oh hi I'm writing things and they're displaying on the browser preview

+
)