Skip to content

Commit

Permalink
fix(composables): add back missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Sep 22, 2023
1 parent 4d597e8 commit 8ca7198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/composables/useSupabaseUser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import type { User } from '@supabase/supabase-js'
import { useState } from '#imports'
import { useSupabaseClient } from './useSupabaseClient'
import type { Ref } from 'vue'

export const useSupabaseUser = () => {
const supabase = useSupabaseClient()
Expand Down

0 comments on commit 8ca7198

Please sign in to comment.