mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 17:56:21 +01:00
🔥 Remove search bar from index
This commit is contained in:
@@ -6,7 +6,6 @@ import fs from 'fs';
|
||||
import { useEffect } from 'react';
|
||||
import AppShelf from '../components/AppShelf/AppShelf';
|
||||
import LoadConfigComponent from '../components/Config/LoadConfig';
|
||||
import SearchBar from '../components/SearchBar/SearchBar';
|
||||
import { Config } from '../tools/types';
|
||||
import { useConfig } from '../tools/state';
|
||||
|
||||
@@ -54,7 +53,6 @@ export default function HomePage(props: any) {
|
||||
}, [initialConfig]);
|
||||
return (
|
||||
<>
|
||||
<SearchBar style={{ width: '100%'}} />
|
||||
<Group align="start" position="apart" noWrap>
|
||||
<AppShelf />
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user