removed unused path module

This commit is contained in:
notnull 2019-03-06 18:46:28 -05:00
parent c02db0db81
commit e8af7ef7db

View File

@ -1,5 +1,4 @@
const router = require('express').Router()
const path = require('path')
module.exports = router
const ascii = require('../ascii')