#pragma once #include "components/popover.hpp" class Todo : public Popover { public: Todo(std::string icon, std::string title); };