File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
import PWABadge from '~/PWABadge'
3
2
import { router } from '~/router'
4
3
import GlobalStyle from '~/styles/globalStyle'
@@ -7,6 +6,7 @@ import { useState } from 'react'
7
6
import { RouterProvider } from 'react-router-dom'
8
7
import styled , { ThemeProvider } from 'styled-components'
9
8
import { Helmet , HelmetProvider } from 'react-helmet-async'
9
+ import ModalContainer from '~modals/ModalContainer'
10
10
11
11
function App ( ) {
12
12
//* 다크모드 확장성 고려
Original file line number Diff line number Diff line change 1
1
import * as S from './styles'
2
- import { useModalStore } from '@ stores/modalStore'
2
+ import { useModalStore } from '~ stores/modalStore'
3
3
4
4
export default function ModalContainer ( ) {
5
5
const { modalList } = useModalStore ( )
You can’t perform that action at this time.
0 commit comments