mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
Update AppShelf component
This commit is contained in:
@@ -1,6 +1,16 @@
|
|||||||
import React, { useEffect, useState } from 'react';
|
import React, { useEffect, useState } from 'react';
|
||||||
import { motion } from 'framer-motion';
|
import { motion } from 'framer-motion';
|
||||||
import { Grid, Group, Text, Image, Anchor, Box, AspectRatio, createStyles } from '@mantine/core';
|
import {
|
||||||
|
Grid,
|
||||||
|
Group,
|
||||||
|
Text,
|
||||||
|
Image,
|
||||||
|
Anchor,
|
||||||
|
Box,
|
||||||
|
AspectRatio,
|
||||||
|
createStyles,
|
||||||
|
Center,
|
||||||
|
} from '@mantine/core';
|
||||||
import { serviceItem } from './AppShelf.d';
|
import { serviceItem } from './AppShelf.d';
|
||||||
import AppShelfMenu from './AppShelfMenu';
|
import AppShelfMenu from './AppShelfMenu';
|
||||||
import AddItemShelfItem from './AddAppShelfItem';
|
import AddItemShelfItem from './AddAppShelfItem';
|
||||||
|
|||||||
Reference in New Issue
Block a user