Skip to content

Commit

Permalink
exporting runtime components
Browse files Browse the repository at this point in the history
Signed-off-by: Eneko Fernandez <eneko@weave.works>
  • Loading branch information
enekofb committed Dec 22, 2023
1 parent 306f513 commit 93d08fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ import { useFeatureFlags } from "./hooks/featureflags";
import {
useListFluxCrds,
useListFluxRuntimeObjects,
useListRuntimeObjects,
useListRuntimeCrds,
useToggleSuspend,
} from "./hooks/flux";
import { useCheckCRDInstalled } from "./hooks/imageautomation";
Expand Down Expand Up @@ -139,6 +141,7 @@ import {
withBasePath,
} from "./lib/utils";
import SignIn from "./pages/SignIn";
import Runtime from "./pages/v2/Runtime";

export {
Alert,
Expand Down Expand Up @@ -170,6 +173,7 @@ export {
FluxObject,
FluxObjectsTable,
FluxRuntime,
Runtime,
Footer,
GitRepository,
GitRepositoryDetail,
Expand Down Expand Up @@ -279,6 +283,8 @@ export {
useListEvents,
useListFluxCrds,
useListFluxRuntimeObjects,
useListRuntimeCrds,
useListRuntimeObjects,
useListObjects,
useListProviders,
useListSources,
Expand Down

0 comments on commit 93d08fe

Please sign in to comment.