Add index.d.ts and handle this in a separate migration

Remove accidentally added render.js
This commit is contained in:
Kai Roeder 2019-03-03 20:25:16 +01:00
parent 65b8c31a95
commit 36c738ec68
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import { renderNgApp } from './angular/helpers';
export default function render({ storyFn, showMain }) {
showMain();
renderNgApp(storyFn);
}