panels: map, logo top bar

This commit is contained in:
muerwre 2018-12-07 12:58:51 +07:00
parent 3de025b0df
commit 43f4b5cda0
8 changed files with 111 additions and 56 deletions

View file

@ -3,7 +3,6 @@ import React from 'react';
import { EditorPanel } from '$components/panels/EditorPanel';
import { Fills } from '$components/Fills';
import { UserLocation } from '$components/UserLocation';
import { UserPanel } from '$components/panels/UserPanel';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
@ -25,7 +24,6 @@ type Props = {
const Component = (props: Props) => (
<div>
<Fills />
<UserLocation />
<UserPanel />
<EditorPanel />
<Cursor mode={props.mode} />