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