Skip to content

Commit

Permalink
fix: components folder move
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Aug 4, 2024
1 parent 2e4b54a commit b6c2717
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/admin-routes.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import { Route, Routes } from 'react-router-dom';
import Login from '../ui/pages/admin/login';
import PrivateRoute from './private-route';
import FileList from '../ui/pages/admin/file-list';
import AdminLayout from '../ui/components/molecule/admin/Layout/admin-layout';
import AdminLayout from '../ui/components/admin/Layout/admin-layout';
import Login from '../ui/pages/admin/login';

const AdminRoutes: React.FC = () => {
const token = sessionStorage.getItem('Authorization');
Expand Down
File renamed without changes.

0 comments on commit b6c2717

Please sign in to comment.