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:
@@ -17,3 +17,7 @@ try {
|
||||
}
|
||||
|
||||
export default loconfig;
|
||||
|
||||
export {
|
||||
loconfig,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user