Skip to content

Commit

Permalink
Update frontend/components/modal/ErrorModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian <sebastian.scatularo@xlabs.xyz>
  • Loading branch information
timpau and sebastianscatularo authored Apr 2, 2024
1 parent c7e8c66 commit 1f4b321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/modal/ErrorModal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Button } from '@components/buttons/Button'
import { ModalWrapper } from '@components/modal/ModalWrapper'
import { useRouter } from 'next/navigation'

export function ErrorModal({ showModal }: { showModal: Function }) {
return (
Expand Down

0 comments on commit 1f4b321

Please sign in to comment.