Skip to content

Commit 8dd428f

Browse files
committed
🐛Fix: Build Error
1 parent 5a40983 commit 8dd428f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import PWABadge from '~/PWABadge'
32
import { router } from '~/router'
43
import GlobalStyle from '~/styles/globalStyle'
@@ -7,6 +6,7 @@ import { useState } from 'react'
76
import { RouterProvider } from 'react-router-dom'
87
import styled, { ThemeProvider } from 'styled-components'
98
import { Helmet, HelmetProvider } from 'react-helmet-async'
9+
import ModalContainer from '~modals/ModalContainer'
1010

1111
function App() {
1212
//* 다크모드 확장성 고려

src/modals/ModalContainer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as S from './styles'
2-
import { useModalStore } from '@stores/modalStore'
2+
import { useModalStore } from '~stores/modalStore'
33

44
export default function ModalContainer() {
55
const { modalList } = useModalStore()

0 commit comments

Comments
 (0)