feat: add auth

This commit is contained in:
2025-12-26 00:19:25 +01:00
parent c07d6072fd
commit 85a02076f6
8 changed files with 73 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ import {
IconDashboard,
IconFileAi,
IconFileDescription,
IconInnerShadowTop,
IconServer,
} from "@tabler/icons-react";

View File

@@ -1,6 +1,5 @@
import { IconCirclePlusFilled, IconMail, type Icon } from "@tabler/icons-react";
import { type Icon } from "@tabler/icons-react";
import { Button } from "@/components/ui/button";
import {
SidebarGroup,
SidebarGroupContent,

View File

@@ -2,7 +2,6 @@ import { Card } from "@/components/ui/card";
import {
Table,
TableBody,
TableCaption,
TableCell,
TableFooter,
TableHead,