We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691190d commit d61861aCopy full SHA for d61861a
src/App.jsx
@@ -41,6 +41,7 @@ export function App() {
41
* Check ./api/firestore.js for its implementation.
42
*/
43
const data = useShoppingListData(listPath);
44
+ console.log('test');
45
46
return (
47
<Router>
0 commit comments