Clean up comments left over from the port to Svelte

This commit is contained in:
Keavon Chambers
2023-11-27 04:50:09 -08:00
parent 32fb142b62
commit 4fdf8410cf
16 changed files with 0 additions and 16 deletions
@@ -5,7 +5,6 @@
import LayoutRow from "@graphite/components/layout/LayoutRow.svelte";
// emits: ["update:value", "textFocused", "textChanged", "textChangeCanceled"],
const dispatch = createEventDispatcher<{
value: string;
textFocused: undefined;