Files
bzzz/deployments/bare-metal/config-ui/app/page.tsx
anthonyrawlins f5f96ba505 Major updates and improvements to BZZZ system
- Updated configuration and deployment files
- Improved system architecture and components
- Enhanced documentation and testing
- Fixed various issues and added new features

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 18:06:57 +10:00

6 lines
162 B
TypeScript

import SetupPage from './setup/page'
export default function HomePage() {
// Serve setup page directly at root to avoid redirect loops
return <SetupPage />
}