From c65bd035e0fc71817bfc5e609242ada92389817b Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 5 May 2022 20:26:31 -0700 Subject: [PATCH] Home imports from cubes and adding instructions to cubes page. --- src/routes/cubes.svelte | 17 ++++++++++++++++- src/routes/index.svelte | 30 ++---------------------------- 2 files changed, 18 insertions(+), 29 deletions(-) diff --git a/src/routes/cubes.svelte b/src/routes/cubes.svelte index 08e59bb..014cd55 100644 --- a/src/routes/cubes.svelte +++ b/src/routes/cubes.svelte @@ -9,6 +9,10 @@ count += 1} /> +
+

Click around to add cubes

+
+ @@ -28,4 +32,15 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 08e59bb..c0ffe8d 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,31 +1,5 @@ - count += 1} /> - - - - - - - - {#each {length: count } as _} - - {/each} - - - - - - \ No newline at end of file + \ No newline at end of file