updated dashboard page

This commit was merged in pull request #21.
This commit is contained in:
victorAnumudu
2025-04-28 14:32:24 +01:00
parent 83cf0a9770
commit 0109809b42
13 changed files with 174 additions and 91 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
import ErrorCom from '../components/error/ErrorCom'
export default function ErrorPage() {
return (
<ErrorCom />
)
}