"use client" import React from 'react' export default function DashboardMinimal() { return (

Trading Bot Dashboard

Welcome! Please select a feature from the menu.

) }