cli: provide global asset module types through separate import

This commit is contained in:
Patrik Oldsberg
2020-06-23 09:24:38 +02:00
parent 602f06b2ff
commit 554369d2c1
6 changed files with 25 additions and 17 deletions
+2
View File
@@ -14,6 +14,8 @@
* limitations under the License.
*/
// eslint-disable-next-line monorepo/no-internal-import
import '@backstage/cli/asset-types';
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';