Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,676 changes: 0 additions & 2,676 deletions packages/visual-editor/src/components/Locator.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LocatorProps, LocatorComponent } from "../Locator.tsx";
import { LocatorProps, LocatorComponent } from "../locator/Locator.tsx";

export interface LocatorCategoryProps {
Locator: LocatorProps;
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-editor/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export {
type DirectoryProps,
type DirectoryStyles,
} from "./directory/Directory.tsx";
export { LocatorComponent, type LocatorProps } from "./Locator.tsx";
export { LocatorComponent, type LocatorProps } from "./locator/Locator.tsx";
export {
LocatorResultCard,
type Location,
type LocatorResultCardProps,
} from "./LocatorResultCard.tsx";
} from "./locator/LocatorResultCard.tsx";
export {
CustomCodeSection,
type CustomCodeSectionProps,
Expand Down
Loading
Loading