Skip to content

Commit

Permalink
style: rename navBar.tsx to NavBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed May 25, 2024
1 parent 03e6aaa commit b591c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/exhibitsPage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React, { useEffect, useState } from 'react';
import Link from 'next/link';
import NavBar from '../../components/userComponents/navBar/navBar';
import NavBar from '../../components/userComponents/NavBar/NavBar';
import { CategoryRow } from '../../types/types';
import { fetchAllCategories } from '../../supabase/category/queries';
import Exhibit from '../../components/userComponents/Exhibit/Exhibit';
Expand Down

0 comments on commit b591c36

Please sign in to comment.