aboutsummaryrefslogtreecommitdiff
path: root/src/components/dialogBox.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dialogBox.tsx')
-rw-r--r--src/components/dialogBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogBox.tsx b/src/components/dialogBox.tsx
index 778cd7a..74fe99b 100644
--- a/src/components/dialogBox.tsx
+++ b/src/components/dialogBox.tsx
@@ -1,6 +1,6 @@
import { ReactNode } from 'react';
-import { Vierkant } from './vierkant';
+import { Vierkant } from './ui';
import CancelIcon from '@material-ui/icons/Cancel';