Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Dec 19, 2024
1 parent c30ee23 commit 5d775da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/generate-component/boilerplate/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import style from './__noPrefixName__.scss?lit&inline';
* Describe the purpose of the component with a single short sentence.
*
* @slot - Use the unnamed slot to add `sbb-TODO` elements.
* @event {CustomEvent<any>} myEventName - TODO: Document this event
*/
@customElement('__name__')
export class __nameUpperCase__ extends LitElement {
Expand Down

0 comments on commit 5d775da

Please sign in to comment.