From 1237870a89190c812779403c2b5c6544b206da58 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Wed, 24 Oct 2018 22:30:43 +0200 Subject: [PATCH] Try fix --- 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 d844da22..7c65e25d 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("CharCreator/data"); +const Data = require("./data"); const Menu = NativeUI.Menu; const UIMenuItem = NativeUI.UIMenuItem;