aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-07 09:32:13 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-07 09:32:13 +0100
commite3cc72181c9957f0a95bb9d89b7ab6a18f0a861b (patch)
tree3d20810fcbf7dc1e142c3ff676c3f094b0c59756 /src/components
parent492fb773617f7af2d03c662d20f3967dc929375d (diff)
vierkant.tsx -> ui.tsx
Diffstat (limited to 'src/components')
-rw-r--r--src/components/dialogBox.tsx2
-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