diff --git a/components/auth/auth-shell.tsx b/components/auth/auth-shell.tsx index 30addcb..588bc29 100644 --- a/components/auth/auth-shell.tsx +++ b/components/auth/auth-shell.tsx @@ -10,7 +10,6 @@ type AuthShellProps = { export function AuthShell({ title, subtitle, children, footer }: AuthShellProps) { return (