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

@@ -11,8 +11,7 @@ import type { DropdownItem } from '../core/Dropdown';
import { Dropdown } from '../core/Dropdown';
import type { EditorProps } from '../core/Editor/Editor';
import { Editor } from '../core/Editor/LazyEditor';
import { FormattedError } from '../core/FormattedError';
import { Banner, Icon } from '@yaakapp-internal/ui';
import { Banner, FormattedError, Icon } from '@yaakapp-internal/ui';
import { Separator } from '../core/Separator';
import { tryFormatGraphql } from '../../lib/formatters';
import { showGraphQLDocExplorerAtom } from './graphqlAtoms';