Skip to content

Commit

Permalink
Update : ModalUser 컴포넌트를 아토믹 디자인 시스템에 맞추어 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
gouz7514 committed Oct 30, 2023
1 parent 63b39fb commit 12e45f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/user/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getDocs, collection, DocumentData } from 'firebase/firestore'

import EmptyState from '@/app/components/Molecule/EmptyState'
import Skeleton from '@/app/components/Molecule/Skeleton'
import ModalUser from '@/app/components/Modal/ModalUser'
import ModalUser from '@/app/components/Template/Modal/ModalUser'
import ListItem2 from '@/app/components/Atom/ListItem2'
import IsStaff from '@/app/components/Template/IsStaff'
import BackButton from '@/app/components/Atom/Button/BackButton'
Expand Down
File renamed without changes.

0 comments on commit 12e45f2

Please sign in to comment.