lint: use relative path for now

This commit is contained in:
Barış Soner Uşaklı
2022-02-28 15:43:43 -05:00
parent 072d339410
commit 1fc79792d9

View File

@@ -1,6 +1,6 @@
'use strict';
const hooks = require('hooks');
const hooks = require('./modules/hooks');
const { render } = require('./widgets');
window.ajaxify = window.ajaxify || {};