diff --git a/tools/state.tsx b/tools/state.tsx index 285f01641..d803402f1 100644 --- a/tools/state.tsx +++ b/tools/state.tsx @@ -16,6 +16,7 @@ const configContext = createContext({ settings: { searchBar: true, searchUrl: 'https://www.google.com/search?q=', + enabledModules: [], }, }, setConfig: () => {}, @@ -49,6 +50,7 @@ export function ConfigProvider({ children }: Props) { settings: { searchBar: true, searchUrl: 'https://www.google.com/search?q=', + enabledModules: [], }, });