mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 09:52:58 +08:00
refactor: migrate guides to app router (#23101)
Migrate guides to App Router.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
'use client'
|
||||
|
||||
import { useIsLoggedIn, useIsUserLoading } from 'common'
|
||||
import Link from 'next/link'
|
||||
import { useEffect, useMemo } from 'react'
|
||||
|
||||
Reference in New Issue
Block a user