diff --git a/server/app.js b/server/app.js index db0819a..5401c03 100644 --- a/server/app.js +++ b/server/app.js @@ -10,4 +10,4 @@ app.get('/', function (req, res) { res.sendFile(path.join(__dirname, '..', 'client', 'build', 'index.html')); }); -export default app; \ No newline at end of file +export default app;