Skip to content

Commit

Permalink
trigger wf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOooh committed May 16, 2024
1 parent 403e69a commit a048c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/app/(public)/PublicRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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 3
// force workflow test 4

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

0 comments on commit a048c52

Please sign in to comment.