From 7242d8997eeda89e5fbbc87d9ee8ca6daec78985 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 21 Feb 2024 04:20:00 +0100 Subject: [PATCH] feat: formatting & lint --- src/routes/(auth)/auth/(components)/sso-form.svelte | 1 - src/routes/(auth)/auth/+page.svelte | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/routes/(auth)/auth/(components)/sso-form.svelte b/src/routes/(auth)/auth/(components)/sso-form.svelte index 60e5ccf..7b9286a 100644 --- a/src/routes/(auth)/auth/(components)/sso-form.svelte +++ b/src/routes/(auth)/auth/(components)/sso-form.svelte @@ -16,7 +16,6 @@ import { PUBLIC_DEBUG_FORMS } from '$env/static/public'; import { toast } from 'svelte-sonner'; import { Icons } from '$lib/components/site'; - import { cn } from '$lib/utils'; import PocketBase from 'pocketbase'; import { PUBLIC_CLIENT_PB } from '$env/static/public'; import { Button } from '$lib/components/ui/button'; diff --git a/src/routes/(auth)/auth/+page.svelte b/src/routes/(auth)/auth/+page.svelte index 12c1646..19c21ef 100644 --- a/src/routes/(auth)/auth/+page.svelte +++ b/src/routes/(auth)/auth/+page.svelte @@ -22,10 +22,7 @@
- + Login Register