completionId: cgen-cc6c64bf2efc4e9f96dd2025c8b1c45e
cgen-cc6c64bf2efc4e9f96dd2025c8b1c45e
This commit is contained in:
parent
43939f5355
commit
5ad796175f
1 changed files with 3 additions and 0 deletions
|
|
@ -3,8 +3,11 @@ import { Button } from "@/components/ui/button";
|
||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge";
|
||||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||||
import { Heart, BookOpen, Code, Globe } from "lucide-react";
|
import { Heart, BookOpen, Code, Globe } from "lucide-react";
|
||||||
|
import { useNavigate } from "react-router-dom";
|
||||||
|
|
||||||
export default function Foundation() {
|
export default function Foundation() {
|
||||||
|
const navigate = useNavigate();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<div className="relative min-h-screen bg-black text-white overflow-hidden">
|
<div className="relative min-h-screen bg-black text-white overflow-hidden">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue