[core] fix bad imports

This commit is contained in:
Bilawal Hameed
2020-03-26 13:35:45 +01:00
parent 10a7102f4c
commit b865bdd472
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import { Route, Switch, Redirect } from 'react-router-dom';
import { AppContextProvider } from './AppContext';
import { App } from './types';
import BackstagePlugin from '../plugin/Plugin';
import { FeatureFlagName } from '../plugin/Plugin/types';
import { FeatureFlagName } from '../plugin/types';
import {
IconComponent,
SystemIcons,
+1 -1
View File
@@ -15,7 +15,7 @@
*/
// import React, { createContext, useContext, useState, FC } from 'react';
import { FeatureFlagName } from '../plugin/Plugin/types';
import { FeatureFlagName } from '../plugin/types';
import { FeatureFlagsApi } from '../apis/definitions/featureFlags';
// TODO: figure out where to put implementations of APIs, both inside apps