Skip to content

Commit 82f4e81

Browse files
authored
refactor: simplify ASTTreeItem and ASTNode imports (#176)
1 parent e0495a0 commit 82f4e81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ast/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { useExplorer } from "@/hooks/use-explorer";
44
import { Accordion } from "@/components/ui/accordion";
55
import { Editor } from "@/components/editor";
66
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";
7+
import { ASTTreeItem, type ASTNode } from "@/components/ast/ast-tree-item";
98
import { parseError } from "@/lib/parse-error";
109

1110
export const AST: FC = () => {

0 commit comments

Comments
 (0)