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