move example client out of src to break import cycles

This commit is contained in:
Ryan Vazquez
2020-10-29 17:31:05 -04:00
parent 3f5ef4ac16
commit a40536a24b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { createPlugin, createApiFactory } from '@backstage/core';
import { ExampleCostInsightsClient } from '../src/api';
import { costInsightsApiRef } from '../src';
import { costInsightsApiRef } from '../src/api';
import { ExampleCostInsightsClient } from '../src/client';
import { pluginConfig } from '../src/plugin';
const devPlugin = createPlugin({