Skip to content

Commit

Permalink
style: fix import paths casing for team components
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent 46ad8c8 commit 5d6ce97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/team/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Box from '@mui/material/Box'
import Paper from '@mui/material/Paper'
import Typography from '@mui/material/Typography'
import TeamCreatePage from 'components/Team/Create'
import TeamMemberManagePage from 'components/Team/MemberManage'
import TeamMenu from 'components/Team/Menu'
import TeamProfilePage from 'components/Team/Profile'
import TeamCreatePage from 'components/team/Create'
import TeamMemberManagePage from 'components/team/MemberManage'
import TeamMenu from 'components/team/Menu'
import TeamProfilePage from 'components/team/Profile'
import Link from 'components/mui/Link'
import ProjectManagePage from 'components/project/Manage'
import Head from 'next/head'
Expand Down

0 comments on commit 5d6ce97

Please sign in to comment.