Skip to content

Commit

Permalink
Implement label editing
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 5, 2024
1 parent a2e2123 commit 379c313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LabelInput.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import Icon from "@app/components/Icon.svelte";
import Label from "./Label.svelte";
import Label from "@app/components/Label.svelte";
import TextInput from "@app/components/TextInput.svelte";
interface Props {
Expand Down

0 comments on commit 379c313

Please sign in to comment.