mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-14 00:24:32 +02:00
Fix requires
This commit is contained in:
parent
1e250f06d9
commit
59826930e4
2 changed files with 7 additions and 3 deletions
|
@ -3,10 +3,12 @@
|
|||
|
||||
// ENiGMA½
|
||||
const MenuModule = require('../core/menu_module.js').MenuModule;
|
||||
const {
|
||||
|
||||
const {
|
||||
getModDatabasePath,
|
||||
getTransactionDatabase
|
||||
} = require('../core/database.js').getModDatabasePath;
|
||||
} = require('../core/database.js');
|
||||
|
||||
const ViewController = require('../core/view_controller.js').ViewController;
|
||||
const theme = require('../core/theme.js');
|
||||
const ansi = require('../core/ansi_term.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue