current widget selector

This commit is contained in:
Jan Prochazka
2019-12-30 20:49:12 +01:00
parent ecf00dcc23
commit e2094fdfda
7 changed files with 97 additions and 52 deletions

View File

@@ -2,7 +2,7 @@ import React from "react";
import theme from "./theme";
import styled from "styled-components";
import FilesTabsPanel from "./FilesTabsPanel";
import SideIconPanel from "./SideIconPanel";
import WidgetIconPanel from "./widgets/WidgetIconPanel";
const BodyDiv = styled.div`
position: fixed;
@@ -54,7 +54,7 @@ export default function Screen({ children }) {
return (
<>
<IconBar>
<SideIconPanel />
<WidgetIconPanel />
</IconBar>
<LeftPanel></LeftPanel>
<TabsPanel>