mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
� Module styling
This commit is contained in:
@@ -6,6 +6,7 @@ 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';
|
||||
|
||||
@@ -53,9 +54,7 @@ export default function HomePage(props: any) {
|
||||
}, [initialConfig]);
|
||||
return (
|
||||
<>
|
||||
<Group align="start" position="apart" noWrap>
|
||||
<AppShelf />
|
||||
</Group>
|
||||
<AppShelf />
|
||||
<LoadConfigComponent />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user