CFE-26 add skeleton and related test

This commit is contained in:
2023-10-17 10:44:27 +03:30
parent 6b367aeb8c
commit eba943b845
5 changed files with 29 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ const useAnswer = (id) => {
const fetcher = (...args) => {
return requestServer(args, 'get').then((response) => {
return response.data.data;
}).catch(() => {
})
};