move example data to separate dir

Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
This commit is contained in:
Ryan Vazquez
2021-03-03 10:30:01 -05:00
parent ae30b916df
commit ea7cd031bb
15 changed files with 122 additions and 55 deletions
+1 -1
View File
@@ -14,8 +14,8 @@
* limitations under the License.
*/
import { createDevApp } from '@backstage/dev-utils';
import { ExampleCostInsightsClient } from '../src/example';
import { costInsightsApiRef } from '../src/api';
import { ExampleCostInsightsClient } from '../src/client';
import { costInsightsPlugin } from '../src/plugin';
createDevApp()