⚙ added error page for dashboard

This commit is contained in:
Chirag Bhalotia 2023-06-24 20:19:03 +05:30
parent 669d65c73e
commit 5f5aef0329
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client"
import React from 'react'
function ErrorPage() {