Fix typo: 'ues client' -> 'use client'

This commit is contained in:
ysCha 2026-03-10 12:29:26 +09:00
parent bafd3787a8
commit 670f2a4193

View File

@ -1,4 +1,4 @@
'ues client'
'use client'
// import { correntObjectNoState } from '@/store/settingAtom'
import { notFound, usePathname, useSearchParams } from 'next/navigation'