aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.js b/webAO/client.js
index eb7c7a2..a041b7a 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -12,10 +12,10 @@ import {
} from './encoding.js';
// Load some defaults for the background and evidence dropdowns
-import vanilla_character_arr from './characters.js';
-import vanilla_music_arr from './music.js';
-import vanilla_background_arr from './backgrounds.js';
-import vanilla_evidence_arr from './evidence.js';
+import vanilla_character_arr from "./constants/characters.js";
+import vanilla_music_arr from "./constants/music.js";
+import vanilla_background_arr from "./constants/backgrounds.js";
+import vanilla_evidence_arr from "./constants/evidence.js";
import chatbox_arr from './styles/chatbox/chatboxes.js';
import iniParse from './iniParse';