X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fjs%2Fcomponents%2Ftracker%2Findex.js;h=31fb96423cc3a68680f02659acfba4764105e5b2;hb=1a3d040147c19d24b8d02ec8e594eb06b8efc1ff;hp=9cf88b497f3d998b9cc6bda37e888e92fa651301;hpb=3603709307e0777958cd18134ad4178cef410d14;p=alttp.git diff --git a/resources/js/components/tracker/index.js b/resources/js/components/tracker/index.js index 9cf88b4..31fb964 100644 --- a/resources/js/components/tracker/index.js +++ b/resources/js/components/tracker/index.js @@ -1,7 +1,7 @@ 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'; @@ -9,16 +9,17 @@ import Toolbar from './Toolbar'; const Tracker = () => { return
-
-
- - - -
-
- -
-
+ + + + + + + + + + +
; };