import SettingsCrud from "../components/SettingsCrud"; import SettingsList from "../components/SettingsList"; import WatcherControls from "../components/WatcherControls"; export default function SettingsPage() { return (

Application Settings

Configure watchers, queues, and dataset settings for the application

); }