revite/src/components/navigation/SidebarBase.tsx

9 lines
156 B
TypeScript
Raw Normal View History

2021-06-19 10:29:04 -04:00
import styled from "styled-components";
export default styled.div`
height: 100%;
display: flex;
user-select: none;
flex-direction: row;
`;