Error
; -}; - -export default App; +export default withSentry(App); diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index d8ff1e0..e538c92 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -1,5 +1,6 @@ import type { MetaFunction } from '@remix-run/cloudflare'; import KakaoLoginButton from '@/components/KakaoLoginButton'; +import useAuth from '@/hooks/useAuth'; // import Test from '@/components/Test'; export const meta: MetaFunction = () => [ @@ -11,12 +12,17 @@ export const meta: MetaFunction = () => [ }, ]; -const Index = () => ( -{fetcher.state}
-