⚰️ Remove dead code for the settings

I turned the settings into a module in 4cb8539143
This commit is contained in:
ajnart
2022-05-17 02:07:38 +02:00
parent 4cb8539143
commit b8fe799ac6

View File

@@ -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;
} }