added error page for dashboard

This commit is contained in:
Chirag Bhalotia 2023-06-24 16:51:25 +05:30
parent 3b7c9f1ea4
commit 669d65c73e
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import React from 'react'
function ErrorPage() {
return (
<div>ErrorPage</div>
)
}
export default ErrorPage