diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 3afe659..255df63 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,7 +1,70 @@ +import { Link } from "react-router-dom"; +import { Button, Container, Stack, Title, Text, Group, Card, Divider } from "@mantine/core"; +import { IconArrowRight, IconRocket, IconTerminal2 } from "@tabler/icons-react"; +import clientRoutes from "@/clientRoutes"; + export default function Home() { return ( -
| Name | -Description | -Expired At | -Created At | -Updated At | -Actions | -
|---|---|---|---|---|---|
| {apiKey.name} | -{apiKey.description} | -{apiKey.expiredAt.toISOString().split("T")[0]} | -{apiKey.createdAt.toISOString().split("T")[0]} | -{apiKey.updatedAt.toISOString().split("T")[0]} | -- |