'use client'; import { Settings } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; export default function ConfigPage() { return (

Configuration

Manage Supervisor settings

Configuration Coming Soon

This feature will allow you to reload configuration, add/remove process groups, and manage settings.

); }