Move Slint files to src directory

This commit is contained in:
Vyn 2024-11-20 12:40:24 +01:00
parent 4fec086508
commit 605e4c763a
8 changed files with 8 additions and 6 deletions

4
src/ui.slint Normal file
View file

@ -0,0 +1,4 @@
import { AppWindow } from "./AppWindow.slint";
import { State } from "./state.slint";
export { State, AppWindow }