🔥 Remove CPU module

This commit is contained in:
ajnart
2022-06-06 23:55:49 +02:00
parent 6fd23cf6a0
commit c552104413
3 changed files with 2 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ import {
TotalDownloadsModule,
WeatherModule,
DateModule,
SystemModule,
} from '../modules';
const HEADER_HEIGHT = 60;
@@ -91,7 +90,6 @@ export function Header(props: any) {
<ModuleWrapper module={TotalDownloadsModule} />
<ModuleWrapper module={WeatherModule} />
<ModuleWrapper module={DateModule} />
<ModuleWrapper module={SystemModule} />
</Group>
</ScrollArea>
</div>