Skip to content

Commit

Permalink
added database and page
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmoose committed Mar 11, 2024
1 parent e781ff1 commit fd8714a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/exhibitsPage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import NavBar from '../../components/userComponents/navBar/navBar';
import { ExhibitRow } from '../../types/types';
import { fetchAllExhibits } from '../../supabase/exhibits/queries';

/**
*
*/
function App() {
const [exhibits, setExhibits] = useState<ExhibitRow[]>([]);
useEffect(() => {
Expand Down

0 comments on commit fd8714a

Please sign in to comment.