import AnimationSettings from './AnimationSettings' import DisplaySettings from './DisplaySettings' import PreferredExplorerSettings from './PreferredExplorerSettings' import RpcSettings from './RpcSettings' import SoundSettings from './SoundSettings' const SettingsPage = () => { return (
) } export default SettingsPage