import React from 'react' import PropTypes from 'prop-types' import styles from './DocToc.module.scss' const DocToc = ({ tableOfContents }) => (