5 lines
115 B
Text
5 lines
115 B
Text
|
import { AppWindow } from "./AppWindow.slint";
|
||
|
import { State } from "./state.slint";
|
||
|
|
||
|
export { State, AppWindow }
|