Remove unused imports on setup.js
Some checks failed
Build Vite / build (24.x) (push) Has been cancelled

This commit is contained in:
天クマ 2026-08-16 17:40:12 -03:00
commit 5f4884e3e6

View file

@ -1,5 +1,5 @@
import { config } from "./config";
import { elements, ScrollableView, ui, views } from "./ui";
import { elements, views } from "./ui";
import { waha } from "./waha";
const page = views.get(elements.appContainer);