mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
chore(#76): Remove unused variables
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
export let data;
|
||||
export let form;
|
||||
|
||||
let { session, user, subscriptions, transactions, pageSize } = data;
|
||||
$: ({ session, supabase, user, transactions } = data);
|
||||
let { session, user, subscriptions, transactions } = data;
|
||||
$: ({ session, user, transactions } = data);
|
||||
|
||||
let profileForm: HTMLFormElement;
|
||||
let loading = false;
|
||||
|
||||
Reference in New Issue
Block a user