refactor(*): remove user store in place of supabase session

This commit is contained in:
OllyNicholass
2024-05-07 20:58:18 +01:00
parent c481dbc5c4
commit 03b68d337a
4 changed files with 21 additions and 55 deletions
-5
View File
@@ -1,5 +0,0 @@
import { writable } from 'svelte/store';
import { type User } from '@supabase/auth-js';
// Create a user store with null as the initial value
export const user = writable<User | null>(null);