Skip to content

Commit

Permalink
refactor: move usePublicationsCollection up the hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Feb 7, 2024
1 parent 4d840ef commit 7ff9039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navbar from './components/react-ccv-components/Navbar';
import Footer from './components/react-ccv-components/Footer';

import { ContentPage } from './components/ContentPage';
import { usePublicationsCollection } from './utils/firebase';
import { usePublicationsCollection } from './utils/firebase.ts';

export function App() {
usePublicationsCollection();
Expand Down

0 comments on commit 7ff9039

Please sign in to comment.