import React from 'react' import ListSetting from './ListSetting' import { FONTS } from '../lib/constants' const Font = font => {font.name} function FontSelect(props) { return ( {Font} ) } export default FontSelect