fixed page error

This commit was merged in pull request #3.
This commit is contained in:
victorAnumudu
2025-09-02 20:49:25 +01:00
parent eddbc7e13f
commit 96e6b6853c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -108,6 +108,6 @@ export default function GeneralLayoutContextInt({children}) {
}
export const GeneralLayoutContext = () => {
export const generalLayoutContext = () => {
return useContext(GeneralContextProviderInt)
}