1
1
import { AlertListErrors } from "./components/AlertListErrors" ;
2
- import { ReconciledObjectsAutomation } from "./components/AutomationDetail" ;
2
+ import type { ReconciledObjectsAutomation } from "./components/AutomationDetail" ;
3
3
import AutomationsTable from "./components/AutomationsTable" ;
4
4
import BucketDetail from "./components/BucketDetail" ;
5
5
import Button from "./components/Button" ;
@@ -33,8 +33,8 @@ import ImageAutomationRepoDetails from "./components/ImageAutomation/repositorie
33
33
import ImageRepositoriesTable from "./components/ImageAutomation/repositories/ImageRepositoriesTable" ;
34
34
import ImageAutomationUpdatesDetails from "./components/ImageAutomation/updates/ImageAutomationUpdatesDetails" ;
35
35
import ImageAutomationUpdatesTable from "./components/ImageAutomation/updates/ImageAutomationUpdatesTable" ;
36
- import InfoList , { InfoField } from "./components/InfoList" ;
37
- import Input , { InputProps } from "./components/Input" ;
36
+ import InfoList , { type InfoField } from "./components/InfoList" ;
37
+ import Input , { type InputProps } from "./components/Input" ;
38
38
import Interval from "./components/Interval" ;
39
39
import KubeStatusIndicator , {
40
40
computeReady ,
@@ -48,7 +48,7 @@ import Logo from "./components/Logo";
48
48
import MessageBox from "./components/MessageBox" ;
49
49
import Metadata from "./components/Metadata" ;
50
50
import Modal from "./components/Modal" ;
51
- import Nav , { NavItem } from "./components/Nav" ;
51
+ import Nav , { type NavItem } from "./components/Nav" ;
52
52
import ImageAutomationIcon from "./components/NavIcons/ImageAutomationIcon" ;
53
53
import SourcesIcon from "./components/NavIcons/SourcesIcon" ;
54
54
import NotificationsTable from "./components/NotificationsTable" ;
@@ -112,7 +112,7 @@ import { PARENT_CHILD_LOOKUP } from "./lib/graph";
112
112
import { formatURL , getParentNavRouteValue } from "./lib/nav" ;
113
113
import {
114
114
Alert ,
115
- Automation ,
115
+ type Automation ,
116
116
Bucket ,
117
117
FluxObject ,
118
118
GitRepository ,
0 commit comments