mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-07 10:26:45 +03:00
button types import moved
This commit is contained in:
parent
ec7a38f538
commit
f05cca3572
@ -1,4 +1,6 @@
|
||||
<script lang="ts" context="module">
|
||||
import type { ComponentColor, ComponentStyleKind } from '$lib/utils/colorTypes';
|
||||
|
||||
export interface ButtonProps {
|
||||
el?: HTMLElement;
|
||||
// Interaction props
|
||||
@ -43,7 +45,6 @@
|
||||
import { pxToRem } from '$lib/utils/pxToRem';
|
||||
import { tooltip } from '$lib/utils/tooltip';
|
||||
import type iconsJson from '$lib/data/icons.json';
|
||||
import type { ComponentColor, ComponentStyleKind } from '$lib/utils/colorTypes';
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
let {
|
||||
|
Loading…
Reference in New Issue
Block a user