X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftracker%2Findex.js;h=68f79727dc0c3419c79079a01f43b34290868778;hb=e0925d5b97ab0804222195eb4231c63b33703942;hp=31fb96423cc3a68680f02659acfba4764105e5b2;hpb=1a3d040147c19d24b8d02ec8e594eb06b8efc1ff;p=alttp.git diff --git a/resources/js/components/tracker/index.js b/resources/js/components/tracker/index.js index 31fb964..68f7972 100644 --- a/resources/js/components/tracker/index.js +++ b/resources/js/components/tracker/index.js @@ -1,25 +1,12 @@ import React from 'react'; -import { Col, Container, Row } from 'react-bootstrap'; -import Dungeons from './Dungeons'; -import Items from './Items'; -import Map from './Map'; +import Canvas from './Canvas'; import Toolbar from './Toolbar'; const Tracker = () => { return
- - - - - - - - - - - +
; };