Remove ignore

This commit is contained in:
Eric Bailey
2024-03-04 17:11:24 -06:00
parent ac6b5fa1f4
commit aaae7c0717
-1
View File
@@ -3,6 +3,5 @@ import React from 'react'
import type {ContextType} from '#/components/Menu/types'
export const Context = React.createContext<ContextType>({
// @ts-ignore
control: null,
})