Skip to content

Commit

Permalink
chore: add missing imports
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Wilbrink <pascal.wilbrink@alliander.com>
  • Loading branch information
juancho0202 and pascalwilbrink authored May 1, 2024
1 parent 01e9735 commit 1f9d7fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/open-scd/src/addons/Layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ import type { Select } from '@material/mwc-select';
import type { Switch } from '@material/mwc-switch';
import type { TextField } from '@material/mwc-textfield';

import '@material/mwc-drawer';
import '@material/mwc-list';
import '@material/mwc-dialog';
import '@material/mwc-switch';
import '@material/mwc-select';
import '@material/mwc-textfield';

@customElement('oscd-layout')
export class OscdLayout extends LitElement {

Expand Down

0 comments on commit 1f9d7fb

Please sign in to comment.