Refactor/Project structure #67

Merged
KevinMidboe merged 56 commits from refactor/project-structure into master 2020-12-10 22:20:38 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5cbb3cbe87 - Show all commits

View File

@@ -92,4 +92,4 @@ var serviceWorkerRegistrationMixin = {
}
};
module.exports = serviceWorkerRegistrationMixin;
export default serviceWorkerRegistrationMixin;

View File

@@ -20,7 +20,7 @@ function daysAgo(date) {
return Math.round(Math.abs((new Date() - new Date(date)) / day));
}
module.exports = {
export {
dateString,
humanReadableDate,
daysAgo