import React from 'react'; import Icon from '../Icon'; import Drawer from '../Drawer'; import Typography from '../Typography'; import Divider from '../Divider'; import { AnnotationBox, PageNumber, Content, Info, } from './styled'; import { Separator } from '../../global/otherStyled'; import { Wrapper, Head, Body, IconWrapper, } from '../../global/sidebarStyled'; type Props = { isActive?: boolean; close: () => void; }; const Annotations: React.FunctionComponent = ({ isActive = false, close, }: Props) => ( 2 Annotations Page 1 If the Photographer fails to appear at the place and time specified above, the deposit shall be refunded to the Client. Gameboy 2016/07/28 18:18 ); export default Annotations;