Skip to content

Commit

Permalink
Update PublicRoutes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOooh authored May 16, 2024
1 parent 9f1cfed commit f6a9fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/src/app/(public)/PublicRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { useRouter } from 'next/navigation';
import { useAuthState } from 'react-firebase-hooks/auth';
import { LoaderSpinner } from '__components/ui/LoaderSpinner';
import { auth } from '__firebase/clientApp';
// force workflow test

export const PublicRoutes = ({ children }: { children: React.ReactNode }) => {
const [user, loading, error] = useAuthState(auth);
Expand Down

0 comments on commit f6a9fa9

Please sign in to comment.