Skip to content

Commit

Permalink
fix folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellington Mazoni committed Sep 12, 2023
1 parent 694a726 commit ac76eb9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navbar from 'components/Navbar';
import Catalog from 'pages/Catalog';
import Admin from 'pages/Admin';
import ProductDetails from 'pages/ProductDetails';
import Auth from 'pages/Admin/Navbar/Auth';
import Auth from 'pages/Admin/Auth';

const Routes = () => (
<BrowserRouter>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ac76eb9

Please sign in to comment.