Skip to content

Commit

Permalink
Added syntax error for testing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
njal3001 committed Oct 20, 2023
1 parent fa98aed commit 5d878f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client'
import './tailwind.css'
import './index.css'

import ModalProvider from './context/modal/ModalProvider.tsx'
import Modalfrom './context/modal/ModalProvider.tsx'
import Content from './structure/Content.tsx'

ReactModal.setAppElement("#root")
Expand Down

0 comments on commit 5d878f5

Please sign in to comment.