mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 05:55:48 +01:00
Remove all unused dependencies and items
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import { createStyles, Anchor, Text, Group, ActionIcon } from '@mantine/core';
|
||||
import { BrandGithub, Phone, BrandGmail } from 'tabler-icons-react';
|
||||
import { posix } from 'path';
|
||||
import { BrandGithub } from 'tabler-icons-react';
|
||||
|
||||
const useStyles = createStyles((theme) => ({
|
||||
footer: {
|
||||
|
||||
@@ -5,9 +5,6 @@ import {
|
||||
Container,
|
||||
Group,
|
||||
Burger,
|
||||
Paper,
|
||||
Transition,
|
||||
Aside,
|
||||
Drawer,
|
||||
Center,
|
||||
} from '@mantine/core';
|
||||
@@ -15,7 +12,6 @@ import { useBooleanToggle } from '@mantine/hooks';
|
||||
import { NextLink } from '@mantine/next';
|
||||
import { Logo } from './Logo';
|
||||
import { ColorSchemeToggle } from '../ColorSchemeToggle/ColorSchemeToggle';
|
||||
import SaveConfigComponent from '../Config/SaveConfig';
|
||||
import { SettingsMenuButton } from '../Settings/SettingsMenu';
|
||||
import CalendarComponent from '../calendar/CalendarComponent';
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function Layout({ children, style }: any) {
|
||||
<AppShell
|
||||
aside={
|
||||
<Aside
|
||||
height={'auto'}
|
||||
height="auto"
|
||||
hiddenBreakpoint="md"
|
||||
hidden
|
||||
width={{
|
||||
|
||||
Reference in New Issue
Block a user