Update AppShelf component

This commit is contained in:
Aj - Thomas
2022-04-27 23:18:50 +02:00
parent 4cabaa0af1
commit 6743d56c58

View File

@@ -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';