Skip to content

Commit

Permalink
rename interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Dec 30, 2024
1 parent 20a6aeb commit 5643d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v8/rename-menu-components-in-admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { glob } from "glob";
import { Project, ts } from "ts-morph";

const renameMap: Record<string, string> = {
IMenuContent: "IMainNavigation",
IWithMenu: "IWithMainNavigation",
IMenuContent: "MainNavigationContextValue",
IWithMenu: "WithMainNavigation",
Menu: "MainNavigation",
MenuClassKey: "MainNavigationClassKey",
MenuCollapsibleItem: "MainNavigationCollapsibleItem",
Expand Down

0 comments on commit 5643d65

Please sign in to comment.