mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
� Module styling
This commit is contained in:
@@ -5,7 +5,7 @@ import { useConfig } from '../../tools/state';
|
||||
import { serviceItem } from '../../tools/types';
|
||||
import AppShelfMenu from './AppShelfMenu';
|
||||
|
||||
const AppShelf = () => {
|
||||
const AppShelf = (props: any) => {
|
||||
const { config } = useConfig();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user