added treeview dependency

This commit is contained in:
Xetera
2019-07-27 15:52:25 -04:00
committed by Jean-Philippe Sirois
parent 80f91b5dc1
commit 378bb7d4db
8 changed files with 70 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
import styled from "styled-components";
export const SidebarScroller = styled.div`
display: flex;
flex-direction: column;
`