From 6743d56c58995e9955d6decfafccb2e4afca8843 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Wed, 27 Apr 2022 23:18:50 +0200 Subject: [PATCH] Update AppShelf component --- components/AppShelf/AppShelf.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/components/AppShelf/AppShelf.tsx b/components/AppShelf/AppShelf.tsx index daf6a7cbc..6710ed251 100644 --- a/components/AppShelf/AppShelf.tsx +++ b/components/AppShelf/AppShelf.tsx @@ -1,6 +1,16 @@ import React, { useEffect, useState } from 'react'; 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 AppShelfMenu from './AppShelfMenu'; import AddItemShelfItem from './AddAppShelfItem';