From ad1af0e07dc48c37690df223133c65303b727b3d Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 29 May 2022 15:30:23 +0200 Subject: [PATCH] :bricks: Move components in infrastructure --- src/components/layout/Aside.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/layout/Aside.tsx b/src/components/layout/Aside.tsx index 8b656ab6f..36aad4bbd 100644 --- a/src/components/layout/Aside.tsx +++ b/src/components/layout/Aside.tsx @@ -1,5 +1,5 @@ import { Aside as MantineAside, Group } from '@mantine/core'; -import { WeatherModule, DateModule, CalendarModule } from '../modules'; +import { WeatherModule, DateModule, CalendarModule, TotalDownloadsModule } from '../modules'; import { ModuleWrapper } from '../modules/moduleWrapper'; export default function Aside(props: any) { @@ -15,10 +15,11 @@ export default function Aside(props: any) { base: 'auto', }} > - + - + + );