small refactors
This commit is contained in:
8
include/widgets/todo.hpp
Normal file
8
include/widgets/todo.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "components/popover.hpp"
|
||||
|
||||
class Todo : public Popover {
|
||||
public:
|
||||
Todo(std::string icon, std::string title);
|
||||
};
|
||||
Reference in New Issue
Block a user