shx/packages/dashboard/app/(dashboard)/dashboard/error.tsx

11 lines
131 B
TypeScript

"use client"
import React from 'react'
function ErrorPage() {
return (
<div>ErrorPage</div>
)
}
export default ErrorPage