Update dependencies and adapt code

This commit is contained in:
Vyn 2024-10-27 22:11:11 +01:00
parent f11f4bf1c9
commit a80515ff90
9 changed files with 72 additions and 29 deletions

View file

@ -1,7 +1,8 @@
import { Backend } from "Backend.slint";
import { Button, VerticalBox, CheckBox, Palette } from "std-widgets.slint";
import { Button, VerticalBox, CheckBox } from "std-widgets.slint";
import { SideBar } from "./components/SideBar.slint";
import { MainView } from "MainView.slint";
import { Palette } from "@selenite";
export component AppWindow inherits Window {
@ -21,4 +22,4 @@ export component AppWindow inherits Window {
}
export { Backend } // Export to make it visible to the C++ backend
export { Backend, Palette } // Export to make it visible to the C++ backend