fix(core): update

This commit is contained in:
2020-10-25 14:02:03 +00:00
parent 1875949e99
commit 3485bebc1e
6 changed files with 78 additions and 8 deletions

View File

@@ -1,2 +1,6 @@
const removeme = {};
export { removeme };
// third party scope
import * as feed from 'feed';
export {
feed
};