mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at schema-errors 8 lines 179 B view raw
1import React from 'react' 2 3import type {ContextType} from '#/components/Menu/types' 4 5export const Context = React.createContext<ContextType>({ 6 // @ts-ignore 7 control: null, 8})