mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
import styled from 'styled-components/native';
|
|
|
|
const Seperator = styled.View`
|
|
flex: 1;
|
|
`;
|
|
|
|
export default Seperator; |