completionId: cgen-119db590efbe46eda252d393f8498e46
cgen-119db590efbe46eda252d393f8498e46
This commit is contained in:
parent
7b994f78da
commit
3501c2d0d6
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 { Briefcase, Settings, TrendingUp, Users } from "lucide-react";
|
import { Briefcase, Settings, TrendingUp, Users } from "lucide-react";
|
||||||
|
import { useNavigate } from "react-router-dom";
|
||||||
|
|
||||||
export default function Corp() {
|
export default function Corp() {
|
||||||
|
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