🔥 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

@@ -1,8 +1,8 @@
import React, { useEffect } from 'react';
import { createStyles, Footer as FooterComponent } from '@mantine/core';
import { showNotification } from '@mantine/notifications';
import { CURRENT_VERSION, REPO_URL } from '../../../data/constants';
import { IconAlertCircle as AlertCircle } from '@tabler/icons';
import { CURRENT_VERSION, REPO_URL } from '../../../data/constants';
const useStyles = createStyles((theme) => ({
footer: {