Skip to content

Commit

Permalink
Don't export types
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Aug 6, 2022
1 parent 10f0adb commit 14f7890
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FilterableTable, {
filterByStatusCallback,
filterByTypeCallback,
filterConfig,
FilterConfigCallback,
} from "./components/FilterableTable";
import Flex from "./components/Flex";
import FluxRuntime from "./components/FluxRuntime";
Expand Down Expand Up @@ -40,7 +39,6 @@ import CoreClientContextProvider, {
UnAuthorizedInterceptor,
} from "./contexts/CoreClientContext";
import {
Automation,
useGetHelmRelease,
useGetKustomization,
useListAutomations,
Expand Down Expand Up @@ -72,7 +70,6 @@ export {
Auth,
AuthCheck,
AuthContextProvider,
Automation,
AutomationsTable,
BucketDetail,
Button,
Expand All @@ -87,7 +84,6 @@ export {
filterByStatusCallback,
filterByTypeCallback,
filterConfig,
FilterConfigCallback,
FluxObjectKind,
fluxObjectKindToKind,
FluxRuntime,
Expand Down

0 comments on commit 14f7890

Please sign in to comment.