Skip to content

Commit 01c8fcb

Browse files
author
Nika Kolesnikova
committed
test: test
1 parent 723b040 commit 01c8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function App() {
2727
const { user } = useAuth();
2828
const userId = user?.uid;
2929
const userEmail = user?.email;
30-
console.log('test');
30+
console.log('test1');
3131

3232
/**
3333
* This custom hook takes a user ID and email and fetches

0 commit comments

Comments
 (0)