We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f5e6 commit 656dafdCopy full SHA for 656dafd
src/Hosting.ts
@@ -15,7 +15,8 @@ import { Drawer } from '@material/mwc-drawer';
15
import { ActionDetail, List } from '@material/mwc-list';
16
import { ListItem } from '@material/mwc-list/mwc-list-item';
17
18
-import { Mixin, newPendingStateEvent, UserInfoEvent } from './foundation.js';
+import { Mixin, newPendingStateEvent } from './foundation.js';
19
+import { UserInfoEvent } from './compas/foundation.js';
20
import { LoggingElement } from './Logging.js';
21
import { PluggingElement, Plugin, pluginIcons } from './Plugging.js';
22
import { SettingElement } from './Setting.js';
0 commit comments