Skip to content

Commit

Permalink
refactor: 사용하지 않는 portal id 상수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Feb 16, 2024
1 parent 4d31655 commit 400928c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants/portal.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export const PORTAL_ID = {
MODAL: 'modal-root',
TOAST: 'toast-root',
TOOLTIP: 'tooltip-root',
DROPDOWN: 'dropdown-root',
} as const;

0 comments on commit 400928c

Please sign in to comment.