mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 21:27:09 +02:00
lint: use relative path for now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const hooks = require('hooks');
|
||||
const hooks = require('./modules/hooks');
|
||||
const { render } = require('./widgets');
|
||||
|
||||
window.ajaxify = window.ajaxify || {};
|
||||
|
||||
Reference in New Issue
Block a user