mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 17:30:25 -04:00
12 lines
147 B
TypeScript
12 lines
147 B
TypeScript
'use client'
|
|
|
|
import { useThemeSandbox } from 'common'
|
|
|
|
const ThemeSandbox = () => {
|
|
useThemeSandbox()
|
|
|
|
return null
|
|
}
|
|
|
|
export { ThemeSandbox }
|