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,7 +1,7 @@
import React from 'react';
import { createStyles, Header as Head, Group, Box } from '@mantine/core';
import { Logo } from './Logo';
import SearchBar from '../SearchBar/SearchBar';
import SearchBar from '../modules/search/SearchModule';
import { AddItemShelfButton } from '../AppShelf/AddAppShelfItem';
import { SettingsMenuButton } from '../Settings/SettingsMenu';