Skip to content
Snippets Groups Projects
SidebarBase.tsx 156 B
Newer Older
insert's avatar
insert committed
import styled from "styled-components";

export default styled.div`
    height: 100%;
    display: flex;
    user-select: none;
    flex-direction: row;
`;