2024-11-20 12:40:24 +01:00
|
|
|
import { AppWindow } from "./AppWindow.slint";
|
2024-11-21 11:59:39 +01:00
|
|
|
import { AddAnimeWindow } from "./AddAnimeWindow.slint";
|
2024-11-25 15:32:02 +01:00
|
|
|
import { EditListWindow } from "./EditListWindow.slint";
|
|
|
|
import { Palette } from "@selenite";
|
2024-11-20 12:40:24 +01:00
|
|
|
import { State } from "./state.slint";
|
|
|
|
|
2024-11-25 15:32:02 +01:00
|
|
|
export { State, Palette, AppWindow, AddAnimeWindow, EditListWindow }
|