X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2Findex.js;h=7b16b4014a97801c02b73cfdc7417073888ae80b;hb=103371b7fdc3b11e1a937d46474819ab0a5425fb;hp=5a505b51ba1777c5a6f8ebe150ca98d3a0537396;hpb=b5a50d74cf042fa7fc874d8184dc37ae20bb74dd;p=alttp.git diff --git a/resources/js/components/tracker/index.js b/resources/js/components/tracker/index.js index 5a505b5..7b16b40 100644 --- a/resources/js/components/tracker/index.js +++ b/resources/js/components/tracker/index.js @@ -1,16 +1,27 @@ import React from 'react'; +import { Col, Container, Row } from 'react-bootstrap'; import Dungeons from './Dungeons'; -import Equipment from './Equipment'; import Items from './Items'; +import Map from './Map'; import Toolbar from './Toolbar'; const Tracker = () => { return
- - - + + + + + + + + + +
+ +
+
; };