import { Suspense } from 'react' import { useClient } from './client' function Component() { useClient() return
Hello, Dave