Skip to content

Commit

Permalink
Improve import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Oct 12, 2023
1 parent 5900658 commit 7d1e935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
RelatedHermesDocument,
RelatedResource,
} from "hermes/components/related-resources";
import { OverflowItem } from "../../../related-resources/overflow-menu";
import { OverflowItem } from "hermes/components/related-resources/overflow-menu";

interface DocumentSidebarRelatedResourcesListItemComponentSignature {
Element: HTMLLIElement;
Expand Down

0 comments on commit 7d1e935

Please sign in to comment.