1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +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

View File

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