aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/helpers/server
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use named export for everything except pagesArmand Philippot2023-09-203-0/+138
Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements.
> 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60