diff --git a/components.json b/components.json index d9e3cc8..16aece3 100644 --- a/components.json +++ b/components.json @@ -1,13 +1,13 @@ { - "$schema": "https://shadcn-svelte.com/schema.json", - "style": "default", - "tailwind": { - "config": "tailwind.config.js", - "css": "src/lib/styles/app.postcss", - "baseColor": "slate" - }, - "aliases": { - "components": "$lib/components", - "utils": "$lib/utils" - } -} + "$schema": "https://shadcn-svelte.com/schema.json", + "style": "default", + "tailwind": { + "config": "tailwind.config.js", + "css": "src/app.postcss", + "baseColor": "slate" + }, + "aliases": { + "components": "$lib/components", + "utils": "$lib/utils" + } +} \ No newline at end of file diff --git a/src/lib/styles/app.postcss b/src/app.postcss similarity index 100% rename from src/lib/styles/app.postcss rename to src/app.postcss diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte deleted file mode 100644 index 42d44db..0000000 --- a/src/routes/(app)/+layout.svelte +++ /dev/null @@ -1,213 +0,0 @@ - - -{#if !dev} - -{/if} - -
-
- -
- - - -
- -
-
- - - -{#if $boredState?.loading} - -
- -

Loading...

-
-
-
-{/if} -{#if isOpen} -
- -
-{/if} - - diff --git a/src/routes/(auth)/+layout.svelte b/src/routes/(auth)/+layout.svelte deleted file mode 100644 index 95d9e6e..0000000 --- a/src/routes/(auth)/+layout.svelte +++ /dev/null @@ -1,156 +0,0 @@ - - -
- -
-
- -
-
-

- "How many games do I own? What was the last one I played? What haven't I played in a long time? If this sound like you then Bored Game is your new best friend." -

-
Bradley
-
-
-
- -
- -
-
- - \ No newline at end of file diff --git a/src/routes/(auth)/login/+page.svelte b/src/routes/(auth)/login/+page.svelte index 04c83ba..eb9e50f 100644 --- a/src/routes/(auth)/login/+page.svelte +++ b/src/routes/(auth)/login/+page.svelte @@ -45,17 +45,19 @@ \ No newline at end of file diff --git a/src/routes/(auth)/sign-up/+page.svelte b/src/routes/(auth)/sign-up/+page.svelte index 4fd0431..0dc6874 100644 --- a/src/routes/(auth)/sign-up/+page.svelte +++ b/src/routes/(auth)/sign-up/+page.svelte @@ -43,7 +43,7 @@ Bored Game | Sign Up -