From 2e4ae8d360bd539a4d8908f0bc6072a77264f502 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Wed, 24 Oct 2018 22:38:56 +0200 Subject: [PATCH] Update index.js --- Client/CharCreator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/CharCreator/index.js b/Client/CharCreator/index.js index 7c65e25d..d844da22 100644 --- a/Client/CharCreator/index.js +++ b/Client/CharCreator/index.js @@ -4,7 +4,7 @@ // , \u00d6, \u00f6 // \u00df const NativeUI = require("nativeui"); -const Data = require("./data"); +const Data = require("CharCreator/data"); const Menu = NativeUI.Menu; const UIMenuItem = NativeUI.UIMenuItem;