🎨 Improve syntax and remove current site structure
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
'use strict'
|
||||
|
||||
let Watcher = require( './watcher.class.js' ),
|
||||
watcher = new Watcher()
|
||||
const Watcher = require('./watcher.class.js')
|
||||
const watcher = new Watcher()
|
||||
|
||||
Reference in New Issue
Block a user