diff --git a/core/src/components/toolbar/toolbar.tsx b/core/src/components/toolbar/toolbar.tsx index 960ffa586f..d793a7bf37 100644 --- a/core/src/components/toolbar/toolbar.tsx +++ b/core/src/components/toolbar/toolbar.tsx @@ -1,4 +1,4 @@ -import { Component, Element, Prop } from '@stencil/core'; +import { Component, Prop } from '@stencil/core'; import { createThemedClasses } from '../../utils/theme'; import { Config } from '../../index'; @@ -14,7 +14,6 @@ import { Config } from '../../index'; } }) export class Toolbar { - @Element() private el: HTMLElement; @Prop({ context: 'config' }) config: Config;