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
@@ -1,3 +1,4 @@
import '@backstage/cli/asset-types';
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';