From 42860fa15985401825d8d51e73ec497fe5876710 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 24 Mar 2021 09:51:36 +0100 Subject: Update SvelteKit to public beta --- client/src/routes/index.svelte | 66 +++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'client/src/routes') diff --git a/client/src/routes/index.svelte b/client/src/routes/index.svelte index 5e51f13..965d169 100644 --- a/client/src/routes/index.svelte +++ b/client/src/routes/index.svelte @@ -1,44 +1,44 @@
-
- - <Form/> - <div class="output"> - <Responses/> - </div> - </div> + <div class="content"> + <Title/> + <Form/> + <div class="output"> + <Responses/> + </div> + </div> </main> \ No newline at end of file -- cgit 1.4.1