mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
@@ -1,15 +1,6 @@
|
||||
import React, { useState } from 'react';
|
||||
import { motion } from 'framer-motion';
|
||||
import {
|
||||
Text,
|
||||
AspectRatio,
|
||||
Card,
|
||||
Image,
|
||||
useMantineTheme,
|
||||
Center,
|
||||
Grid,
|
||||
createStyles,
|
||||
} from '@mantine/core';
|
||||
import { Text, AspectRatio, Card, Image, Center, Grid, createStyles } from '@mantine/core';
|
||||
import { useConfig } from '../../tools/state';
|
||||
import { serviceItem } from '../../tools/types';
|
||||
import AppShelfMenu from './AppShelfMenu';
|
||||
|
||||
Reference in New Issue
Block a user