added dummy help page

This commit was merged in pull request #40.
This commit is contained in:
victorAnumudu
2025-07-07 19:56:45 +01:00
parent f503422c42
commit 10e65fa6ff
8 changed files with 91 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
import HelpCom from '../component/help/HelpCom'
export default function HelpPage() {
return (
<HelpCom />
)
}