Remove ignore
This commit is contained in:
@@ -3,6 +3,5 @@ import React from 'react'
|
|||||||
import type {ContextType} from '#/components/Menu/types'
|
import type {ContextType} from '#/components/Menu/types'
|
||||||
|
|
||||||
export const Context = React.createContext<ContextType>({
|
export const Context = React.createContext<ContextType>({
|
||||||
// @ts-ignore
|
|
||||||
control: null,
|
control: null,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user