Added some fixes

This commit was merged in pull request #345.
This commit is contained in:
2023-07-23 00:12:26 +01:00
parent 0489be5e69
commit 22a45ac15e
4 changed files with 134 additions and 20 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
import ClearCookies from "./ClearCookies";
import checkAndSetError from "./checkAndSetError";
import formattedDate from "./fomattedDate";
import getTimeAgo from "./getTimeAgo";
import localImgLoad from "./localImgLoad";
export {ClearCookies, getTimeAgo, localImgLoad}
export {
ClearCookies,
checkAndSetError,
formattedDate,
getTimeAgo,
localImgLoad,
};