Add Window to edit/delete list

This commit is contained in:
Vyn 2024-11-25 15:32:02 +01:00
parent fa5fb4edad
commit c41e0ee641
7 changed files with 95 additions and 4 deletions

View file

@ -1,5 +1,7 @@
import { AppWindow } from "./AppWindow.slint";
import { AddAnimeWindow } from "./AddAnimeWindow.slint";
import { EditListWindow } from "./EditListWindow.slint";
import { Palette } from "@selenite";
import { State } from "./state.slint";
export { State, AppWindow, AddAnimeWindow }
export { State, Palette, AppWindow, AddAnimeWindow, EditListWindow }