made CSS fixes, added classnames library

This commit is contained in:
subnub
2024-06-20 12:51:48 -04:00
parent 55142b29f9
commit b1b4469782
16 changed files with 2741 additions and 2628 deletions
+5
View File
@@ -38,3 +38,8 @@ export const getFilesList = async ({
});
return response.data;
};
export const getQuickFilesList = async () => {
const response = await axios.get(`/file-service/quick-list`);
return response.data;
};