import React from 'react' import '../base.css' import Field from './Field' const Settings = () => { return (

Settings

) } export default Settings