mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-03 05:14:04 +01:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
|
import styled from 'styled-components';
|
||
|
|
||
|
const StyledWrapper = styled.div`
|
||
|
`;
|
||
|
|
||
|
export default StyledWrapper;
|