Skip to content

Commit

Permalink
workflow utils export (#3222)
Browse files Browse the repository at this point in the history
Export utils and context
  • Loading branch information
lucechal14 authored Jan 28, 2025
1 parent e3c7201 commit bcaa6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/packages/core/src/AppLayout/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const searchIndexes = (workflows: Workflow[]): SearchIndex[] => {
category,
label,
path: `${workflow.path}/${route.path}`,
icon: workflow?.icon,
};
}),
];
Expand Down
2 changes: 2 additions & 0 deletions frontend/packages/core/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
} from "./accordion";
export { default as Header } from "./AppLayout/header";
export { UserInformation, userId } from "./AppLayout/user";
export { filterHiddenRoutes, searchIndexes } from "./AppLayout/utils";
export { default as Logo } from "./AppLayout/logo";
export * from "./Assets/emojis";
export * from "./Assets/icons";
Expand All @@ -20,6 +21,7 @@ export {
useWizardContext,
WizardContext,
useUserPreferences,
useAppContext,
} from "./Contexts";
export { Dialog, DialogActions, DialogContent } from "./dialog";
export * from "./Feedback";
Expand Down

0 comments on commit bcaa6c1

Please sign in to comment.