mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import styled from "styled-components";
|
|
|
|
export const SidebarScroller = styled.div`
|
|
display: flex;
|
|
flex-direction: column;
|
|
` |