mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(button-skeleton): remove unused const
This commit is contained in:
parent
d18d9cafd2
commit
0c9fb41aff
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
|||
export let style = undefined;
|
||||
|
||||
import { cx } from '../../lib';
|
||||
|
||||
const _class = cx('--skeleton', '--btn', small && '--btn--sm', className);
|
||||
</script>
|
||||
|
||||
{#if href}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue