fixed use context error

This commit was merged in pull request #4.
This commit is contained in:
victorAnumudu
2025-09-09 17:40:41 +01:00
parent 59184d38aa
commit f2671c44a2
11 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -108,6 +108,6 @@ export default function GeneralLayoutContextInt({children}) {
}
export const generalLayoutContext = () => {
export const GeneralLayoutContext = () => {
return useContext(GeneralContextProviderInt)
}