fix: remove undefined _CodexBridgeCard reference to fix build

This commit is contained in:
Haitao Pan 2026-03-14 08:21:18 +08:00
parent a282e14080
commit c062ed1661

View File

@ -157,8 +157,6 @@ class _AiGatewayPageState extends State<AiGatewayPage> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
// Codex Bridge Toggle Card
_CodexBridgeCard(controller: controller),
const SizedBox(height: 24),
Row(
children: [
Icon(Icons.hub_rounded, color: palette.accent, size: 20),