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
@@ -1,8 +1,7 @@
import { Banner, Button, InlineCode } from '@yaakapp-internal/ui';
import type { ErrorInfo, ReactNode } from 'react';
import { Component, useEffect } from 'react';
import { showDialog } from '../lib/dialog';
import { Banner, InlineCode } from '@yaakapp-internal/ui';
import { Button } from './core/Button';
import RouteError from './RouteError';
interface ErrorBoundaryProps {