fix file name
This commit is contained in:
parent
231c785f18
commit
87197455f8
4 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import {ConfigApi, DiscoveryApi, IdentityApi} from "@backstage/core-plugin-api";
|
||||
import {KubernetesApi} from "@backstage/plugin-kubernetes";
|
||||
import {IoArgoprojWorkflowV1alpha1WorkflowList} from "./generated";
|
||||
import {ArgoWorkflowsApi} from "./indext";
|
||||
import {ArgoWorkflowsApi} from "./index";
|
||||
|
||||
const API_VERSION = 'argoproj.io/v1alpha1'
|
||||
const WORKFLOW_PLURAL = 'workflows'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import {configApiRef, useApi} from "@backstage/core-plugin-api";
|
||||
import {argoWorkflowsApiRef} from "../../api/indext";
|
||||
import {argoWorkflowsApiRef} from "../../api";
|
||||
import useAsync from "react-use/lib/useAsync";
|
||||
import {Link, Progress, Table, TableColumn} from '@backstage/core-components'
|
||||
import React from "react";
|
||||
|
|
|
@ -7,7 +7,7 @@ import {
|
|||
} from '@backstage/core-plugin-api';
|
||||
|
||||
import { rootRouteRef } from './routes';
|
||||
import {ArgoWorkflows, argoWorkflowsApiRef} from "./api/indext";
|
||||
import {ArgoWorkflows, argoWorkflowsApiRef} from "./api";
|
||||
import {kubernetesApiRef} from "@backstage/plugin-kubernetes";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue