Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Oct 19, 2024
1 parent 723b040 commit 01c8fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function App() {
const { user } = useAuth();
const userId = user?.uid;
const userEmail = user?.email;
console.log('test');
console.log('test1');

/**
* This custom hook takes a user ID and email and fetches
Expand Down

0 comments on commit 01c8fcb

Please sign in to comment.