1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Move helpers/utils exports to end of file

Improves readability by always expecting exports at the end of the file.
This commit is contained in:
Chauncey McAskill
2022-10-13 14:42:22 -04:00
parent 7742bbb9d0
commit 9db0c71a82
7 changed files with 68 additions and 24 deletions

View File

@@ -17,3 +17,7 @@ try {
}
export default loconfig;
export {
loconfig,
};