Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 4, 2024
1 parent 1833493 commit d72b840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fdr-sdk/src/navigation/utils/followRedirect.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import visitDiscriminatedUnion from "@fern-ui/core-utils/visitDiscriminatedUnion";
import { FernNavigation } from "../../../dist";
import { FernNavigation } from "../..";

export function followRedirect(
nodeToFollow: FernNavigation.NavigationNode | undefined,
Expand Down

0 comments on commit d72b840

Please sign in to comment.