forked from LaconicNetwork/icns-frontend
6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
|
import styled from "styled-components";
|
||
|
|
||
|
export const Flex1 = styled.div`
|
||
|
flex: 1;
|
||
|
`;
|