FormattedError

This commit is contained in:
Gregory Schier
2026-03-12 19:48:43 -07:00
parent 77ec87ea17
commit 3c4035097a
7 changed files with 6 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
import { Heading, VStack } from '@yaakapp-internal/ui';
import { Button } from './core/Button';
import { Button, FormattedError, Heading, VStack } from '@yaakapp-internal/ui';
import { DetailsBanner } from './core/DetailsBanner';
import { FormattedError } from './core/FormattedError';
export default function RouteError({ error }: { error: unknown }) {
console.log('Error', error);