We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ASTTreeItem
ASTNode
1 parent e0495a0 commit 82f4e81Copy full SHA for 82f4e81
src/components/ast/index.tsx
@@ -4,8 +4,7 @@ import { useExplorer } from "@/hooks/use-explorer";
4
import { Accordion } from "@/components/ui/accordion";
5
import { Editor } from "@/components/editor";
6
import { ErrorState } from "@/components/error-boundary";
7
-import { ASTTreeItem } from "@/components/ast/ast-tree-item";
8
-import type { ASTNode } from "@/components/ast/ast-tree-item";
+import { ASTTreeItem, type ASTNode } from "@/components/ast/ast-tree-item";
9
import { parseError } from "@/lib/parse-error";
10
11
export const AST: FC = () => {
0 commit comments