From 119245e7ac61fb0e45267305157bc326a847ba79 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 17 Mar 2021 12:31:08 -0400 Subject: [PATCH] remove unused metadata --- src/components/button/button.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/button/button.ts b/src/components/button/button.ts index 019cacacb..ccfaaa82c 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -6,7 +6,6 @@ import styles from 'sass:./button.scss'; import { hasSlot } from '../../internal/slot'; /** - * @tag sl-button * @since 2.0 * @status stable *