diff options
Diffstat (limited to 'packages/instant/src/components/sandbox.tsx')
-rw-r--r-- | packages/instant/src/components/sandbox.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/instant/src/components/sandbox.tsx b/packages/instant/src/components/sandbox.tsx index 04e4c7935..b574fd35c 100644 --- a/packages/instant/src/components/sandbox.tsx +++ b/packages/instant/src/components/sandbox.tsx @@ -3,11 +3,6 @@ import * as React from 'react'; import { MediaChoice, stylesForMedia } from '../style/media'; import { styled } from '../style/theme'; -// export const Sandbox: React.StatelessComponent<{}> = props => { -// return <div>Hi</div>; -// }; - -// TODO: handle string too interface SandboxProps { width: MediaChoice; } |