completionId: cgen-58eb643089ad4d379c4ba4782995e2f3

cgen-58eb643089ad4d379c4ba4782995e2f3
This commit is contained in:
Builder.io 2025-11-07 16:55:23 +00:00
parent 34467a5b48
commit 06d945d584

View file

@ -3,8 +3,11 @@ import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Beaker, Lightbulb, Zap, Users } from "lucide-react";
import { useNavigate } from "react-router-dom";
export default function Labs() {
const navigate = useNavigate();
return (
<Layout>
<div className="relative min-h-screen bg-black text-white overflow-hidden">