Skip to content

Commit

Permalink
update parsing o import path
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Sep 18, 2023
1 parent 5db4eb9 commit d025d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-plugin/src/parsers/ComponentTreeParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { v4 } from "uuid";
import { FileMetadataKind, TypelessPropVal } from "../types";
import StudioSourceFileParser from "./StudioSourceFileParser";
import StaticParsingHelpers from "./helpers/StaticParsingHelpers";
import ParsingOrchestrator from "../ParsingOrchestrator";
import ParsingOrchestrator from "../orchestrators/ParsingOrchestrator";
import MissingPropsChecker from "./MissingPropsChecker";

export type GetFileMetadata = ParsingOrchestrator["getFileMetadata"];
Expand Down

0 comments on commit d025d74

Please sign in to comment.