Skip to content

Commit

Permalink
Updated import in Hosting Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed Oct 19, 2023
1 parent ab2f5e6 commit 656dafd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import { Drawer } from '@material/mwc-drawer';
import { ActionDetail, List } from '@material/mwc-list';
import { ListItem } from '@material/mwc-list/mwc-list-item';

import { Mixin, newPendingStateEvent, UserInfoEvent } from './foundation.js';
import { Mixin, newPendingStateEvent } from './foundation.js';
import { UserInfoEvent } from './compas/foundation.js';
import { LoggingElement } from './Logging.js';
import { PluggingElement, Plugin, pluginIcons } from './Plugging.js';
import { SettingElement } from './Setting.js';
Expand Down

0 comments on commit 656dafd

Please sign in to comment.