File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "Activity": {
3+ "close": [Function],
4+ "launch": [Function],
5+ "reset": [Function],
6+ "update": [Function],
7+ },
28 "ApiProxy": {
39 "ApiError": [Function],
410 "apiFactory": [Function],
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import * as ReactRedux from 'react-redux';
3535import * as ReactRouter from 'react-router-dom' ;
3636import * as Recharts from 'recharts' ;
3737import semver from 'semver' ;
38+ import { Activity } from '../components/activity/Activity' ;
3839import { runCommand } from '../components/App/runCommand' ;
3940import { themeSlice } from '../components/App/themeSlice' ;
4041import * as CommonComponents from '../components/common' ;
@@ -100,6 +101,7 @@ window.pluginLib = {
100101 Plugin,
101102 useTranslation,
102103 ...registryToExport ,
104+ Activity,
103105} ;
104106
105107// backwards compat.
You can’t perform that action at this time.
0 commit comments