Make the search bar a module

Resolves #118
This commit is contained in:
ajnart
2022-05-17 02:04:44 +02:00
parent 16b86870c4
commit 4cb8539143
7 changed files with 17 additions and 32 deletions

View File

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