Remove unused imports on setup.js
Some checks failed
Build Vite / build (24.x) (push) Has been cancelled
Some checks failed
Build Vite / build (24.x) (push) Has been cancelled
This commit is contained in:
parent
d4adfde73a
commit
5f4884e3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue