Skip to content

Commit

Permalink
CHORE (examples): cleanup basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed May 8, 2020
1 parent ebc1542 commit bc9218f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/src/examples/Basic.js
@@ -1,5 +1,4 @@
import React from 'react';
import styled from '@emotion/styled';
import { Heading } from './components/Heading';
import Select from '../../../src';
import { LiveProvider, LiveEditor, LiveError, LivePreview } from 'react-live';
Expand Down Expand Up @@ -27,12 +26,4 @@ const Basic = ({ options, title }) => (
</React.Fragment>
);

Basic.propTypes = {};

const Title = styled.div`
display: flex;
justify-content: space-between;
align-items: baseline;
`;

export default Basic;

0 comments on commit bc9218f

Please sign in to comment.