import React from 'react' import { List, ListItem } from '../../' const ListDark = () => { return ( <> {'Item 1'} {'Item 2'} {'Item 3'} ) } export default ListDark