learning_ai_common_plat/dashboards/admin-web/src/app/not-found.tsx
2026-03-19 21:25:30 -07:00

6 lines
171 B
TypeScript

import { NotFoundPage } from '@bytelyst/dashboard-components';
export default function NotFound() {
return <NotFoundPage backHref="/" backLabel="Go to Dashboard" />;
}