4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
import { createContext } from 'react';
|
|
|
|
export const SettingsContext = createContext({});
|