Skip to content

Commit 656dafd

Browse files
Updated import in Hosting Mixin
1 parent ab2f5e6 commit 656dafd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Hosting.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import { Drawer } from '@material/mwc-drawer';
1515
import { ActionDetail, List } from '@material/mwc-list';
1616
import { ListItem } from '@material/mwc-list/mwc-list-item';
1717

18-
import { Mixin, newPendingStateEvent, UserInfoEvent } from './foundation.js';
18+
import { Mixin, newPendingStateEvent } from './foundation.js';
19+
import { UserInfoEvent } from './compas/foundation.js';
1920
import { LoggingElement } from './Logging.js';
2021
import { PluggingElement, Plugin, pluginIcons } from './Plugging.js';
2122
import { SettingElement } from './Setting.js';

0 commit comments

Comments
 (0)