diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-07 09:32:13 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-07 09:32:13 +0100 |
commit | e3cc72181c9957f0a95bb9d89b7ab6a18f0a861b (patch) | |
tree | 3d20810fcbf7dc1e142c3ff676c3f094b0c59756 /src/components | |
parent | 492fb773617f7af2d03c662d20f3967dc929375d (diff) |
vierkant.tsx -> ui.tsx
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 |