feat: move to unimport-icons

@lucide icons works very slow in barrel import, so i move to
unimport and use lucide icons
This commit is contained in:
2026-02-08 20:20:46 +05:00
parent 4a6e459407
commit 0f905bbc20
15 changed files with 279 additions and 64 deletions
+2 -6
View File
@@ -1,10 +1,8 @@
import { render, screen, fireEvent } from "@testing-library/svelte";
import { describe, expect, it } from "vitest";
import Alignment from "$components/ui/Alignment.svelte";
import { render } from "@testing-library/svelte";
import { describe, it } from "vitest";
describe("Alignment.svelte", () => {
it("should render without crashing", () => {
render(Alignment, {
props: {
@@ -12,6 +10,4 @@ describe("Alignment.svelte", () => {
},
});
});
});