Skip to content

Commit

Permalink
🐛Fix: Build Error
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Nov 21, 2024
1 parent 5a40983 commit 8dd428f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import PWABadge from '~/PWABadge'
import { router } from '~/router'
import GlobalStyle from '~/styles/globalStyle'
Expand All @@ -7,6 +6,7 @@ import { useState } from 'react'
import { RouterProvider } from 'react-router-dom'
import styled, { ThemeProvider } from 'styled-components'
import { Helmet, HelmetProvider } from 'react-helmet-async'
import ModalContainer from '~modals/ModalContainer'

function App() {
//* 다크모드 확장성 고려
Expand Down
2 changes: 1 addition & 1 deletion src/modals/ModalContainer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as S from './styles'
import { useModalStore } from '@stores/modalStore'
import { useModalStore } from '~stores/modalStore'

export default function ModalContainer() {
const { modalList } = useModalStore()
Expand Down

0 comments on commit 8dd428f

Please sign in to comment.