import React from 'react'; import { View, Text } from 'react-native'; import { DisplayForm } from './display-form'; export default function SettingsDisplayPage() { return ( Display Turn items on or off to control what's displayed in the app. ); }