randydev commited on
Commit
e69b6a1
·
verified ·
1 Parent(s): 83075c1

Update lifestyle.js

Browse files
Files changed (1) hide show
  1. lifestyle.js +1 -1
lifestyle.js CHANGED
@@ -20,4 +20,4 @@ const startServer = async (app) => {
20
  });
21
  };
22
 
23
- module.exports = { startServer };
 
20
  });
21
  };
22
 
23
+ export { startServer };