Add Window to edit/delete list
This commit is contained in:
parent
fa5fb4edad
commit
c41e0ee641
7 changed files with 95 additions and 4 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue