feat: add activity page

This commit is contained in:
swve 2023-01-22 19:12:12 +01:00
parent 032f8334ec
commit 85ac324927
6 changed files with 180 additions and 6 deletions

View file

@ -11,3 +11,4 @@ export const RequestBody = (method: string, data: any) => {
}
return options;
};