mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const Wrapper = styled.div`
|
|
`;
|
|
|
|
export default Wrapper;
|