Skip to content

Commit

Permalink
Fix oopsie in mythic-heroes-sitemap.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaBobs committed May 19, 2024
1 parent a90ec78 commit 3e1b668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mythic-heroes/mythic-heroes-sitemap.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MythicHeroes } from "@src/mythic-heroes/mythic-heroes";
import { RouteDefinition } from "@src/sitemap";
import { RouteDefinition } from "src/shared/navigation/sitemap";

export const MythicHeroesSitemap = {
menu: { name: "Mythic Heroes" },
Expand Down

0 comments on commit 3e1b668

Please sign in to comment.