8 lines
226 B
C++
8 lines
226 B
C++
// clang-format off
|
|
#include "api/tasks/store.cpp"
|
|
#include "api/tasks/add.cpp"
|
|
#include "api/tasks/list.cpp"
|
|
#include "api/tasks/remove.cpp"
|
|
#include "api/tasks/upcoming.cpp"
|
|
#include "api/tasks/update.cpp"
|
|
// clang-format on
|