X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2Findex.js;h=68f79727dc0c3419c79079a01f43b34290868778;hb=481e603a0ca94bb068d1939c7feccfb07264b5a0;hp=ea09a22dad6b17fcabc91235981352157048ccc7;hpb=5fe70ee6bc5380c556169756a375956799093604;p=alttp.git diff --git a/resources/js/components/tracker/index.js b/resources/js/components/tracker/index.js index ea09a22..68f7972 100644 --- a/resources/js/components/tracker/index.js +++ b/resources/js/components/tracker/index.js @@ -1,26 +1,12 @@ import React from 'react'; -import Dungeons from './Dungeons'; -import Equipment from './Equipment'; -import Items from './Items'; -import Map from './Map'; +import Canvas from './Canvas'; import Toolbar from './Toolbar'; const Tracker = () => { return
-
-
-
- - -
- -
-
- -
-
+
; };