1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-29 16:11:37 +07:00

chore: add semicolon

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-04 22:30:25 +02:00
parent f49330cf1a
commit 676ce592a5
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

View File

@ -2,4 +2,4 @@ const path = require('path');
module.exports = () => { module.exports = () => {
return path.join(__dirname, 'static'); return path.join(__dirname, 'static');
} };