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/pages/home.tsx | |
parent | 492fb773617f7af2d03c662d20f3967dc929375d (diff) |
vierkant.tsx -> ui.tsx
Diffstat (limited to 'src/pages/home.tsx')
-rw-r--r-- | src/pages/home.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 7196fc4..3b279e8 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -2,7 +2,7 @@ import { CSSProperties } from 'react'; import { NavBar } from '../components/navbar'; import { CenteredPage, PageTitle } from '../components/page'; -import { Vierkant } from '../components/vierkant'; +import { Vierkant } from '../components/ui'; import { AccountAvatar } from '../components/account'; import VideogameAssetIcon from '@material-ui/icons/VideogameAsset'; |