Fix lint warnings

This commit is contained in:
Jonas L
2019-06-17 00:00:00 +00:00
parent 0efd728154
commit f9ff4226a7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { Router } from 'express'
import { Router } from 'express'
export const createAdminRouter = () => {
const router = Router()