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