💄 Styling changes

This commit is contained in:
ajnart
2022-05-26 20:07:54 +02:00
parent b6fcabc270
commit 3dc0208a73
3 changed files with 37 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { createStyles, Anchor, Footer as FooterComponent, useMantineTheme } from '@mantine/core';
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';