Skip to content

Commit

Permalink
delete :: container index
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 25, 2024
1 parent f4f11c9 commit b57b5c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 208 deletions.
206 changes: 0 additions & 206 deletions src/pages/Team/Container.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/router/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Team } from '@/pages/Team';
import { TeamCreate } from '@/pages/Team/Create';
import { Error } from '@/pages/Error';
import { TeamManage } from '@/pages/Team/Manage';
// import { TeamContainer } from '@/pages/Team/Container';
import { TeamDeployInformation } from '@/pages/Team/deploy/Information';
import { TeamDeploy } from '@/pages/Team/deploy';
import { TeamDeployCreate } from '@/pages/Team/deploy/Create';
Expand Down Expand Up @@ -37,7 +36,6 @@ export const Router = createBrowserRouter([
children: [
{ index: true, element: <Error /> },
{ path: 'manage', element: <TeamManage /> },
// { path: 'container', element: <TeamContainer /> },
{
path: 'deploy',
children: [
Expand Down

0 comments on commit b57b5c3

Please sign in to comment.