mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
⚰️ Remove dead code for the settings
I turned the settings into a module in 4cb8539143
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
export interface Settings {
|
export interface Settings {
|
||||||
searchUrl: string;
|
searchUrl: string;
|
||||||
searchBar: boolean;
|
|
||||||
enabledModules: string[];
|
enabledModules: string[];
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user