diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/dialogBox.tsx | 2 | ||||
-rw-r--r-- | src/components/ui.tsx (renamed from src/components/vierkant.tsx) | 0 |
2 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'; diff --git a/src/components/vierkant.tsx b/src/components/ui.tsx index 558eab8..558eab8 100644 --- a/src/components/vierkant.tsx +++ b/src/components/ui.tsx |