mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
FormattedError
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user