This commit is contained in:
Eric Bailey
2025-06-10 10:45:22 -05:00
parent 094a877403
commit 48e22c2adb
3 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react'
import {type ContextType, type ItemContextType} from '#/components/Menu/types'
import {type ContextType, type ItemContextType} from '#/components/Menu/types'
export const Context = React.createContext<ContextType | null>(null)