mirror of
https://github.com/supabase/supabase.git
synced 2026-09-08 19:08:44 +08:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { useQueryState } from 'nuqs'
|
|
|
|
export function useSelectedLog() {
|
|
return useQueryState('log')
|
|
}
|