Remove unused import

This commit is contained in:
Simon Hausmann 2024-06-05 12:57:13 -07:00
parent 8aaa388328
commit 41094b242f

View file

@ -1,7 +1,6 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
use i_slint_compiler::langtype::Type;
use napi::Result;
use slint_interpreter::ComponentDefinition;