// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT #pragma once #include "slint.h" #include "todo.h" #include struct AppState { slint::ComponentHandle mainWindow; std::shared_ptr> todo_model; }; AppState create_ui();