chore(button-skeleton): remove unused const

This commit is contained in:
Eric Liu 2019-12-24 09:55:16 -08:00
commit 0c9fb41aff

View file

@ -6,8 +6,6 @@
export let style = undefined;
import { cx } from '../../lib';
const _class = cx('--skeleton', '--btn', small && '--btn--sm', className);
</script>
{#if href}