diff --git a/stencil-workspace/src/components/modus-switch/modus-switch.tsx b/stencil-workspace/src/components/modus-switch/modus-switch.tsx index 767576ab7..92bb345dd 100644 --- a/stencil-workspace/src/components/modus-switch/modus-switch.tsx +++ b/stencil-workspace/src/components/modus-switch/modus-switch.tsx @@ -1,5 +1,6 @@ // eslint-disable-next-line import { generateElementId } from '../../utils/utils'; +// eslint-disable-next-line import { Component, Prop, h, Event, EventEmitter, Listen } from '@stencil/core'; @Component({