Skip to content

Commit 2f1b619

Browse files
committed
style: clean up authenticated layout imports
Generated-by: aiautocommit
1 parent 6e4dcc1 commit 2f1b619

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web/app/layouts/authenticated.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ import { usePostHog } from "posthog-js/react"
55

66
import AdminBar from "~/components/AdminBar"
77

8-
import {
9-
RedirectToSignIn,
10-
Show,
11-
useAuth,
12-
useUser,
13-
} from "@clerk/react"
8+
import { RedirectToSignIn, Show, useAuth, useUser } from "@clerk/react"
149

1510
// This layout assumes the user is authenticated. Any clientLoaders making authenticated
1611
// requests will run an additional check and redirect the user to the login page if it fails.

0 commit comments

Comments
 (0)