import React from 'react' const List = () => { return (
Coming soon
) } export default List