import { createContext } from 'react'; export const SettingsContext = createContext({ bgBlur: true }); export const SettingsDispatchContext = createContext(null);