Merge branch 'canary' into 27-feature-implement-email-resend-functionality-on-build-failure

This commit is contained in:
Mauricio Siu
2024-07-16 01:14:58 -06:00
366 changed files with 11523 additions and 7365 deletions

View File

@@ -82,23 +82,23 @@ export const SettingsLayout = ({ children }: Props) => {
);
};
import Link from "next/link";
import {
Activity,
Bell,
Database,
type LucideIcon,
Route,
Server,
ShieldCheck,
User2,
Users,
type LucideIcon,
} from "lucide-react";
import Link from "next/link";
import { buttonVariants } from "@/components/ui/button";
import { useRouter } from "next/router";
import { cn } from "@/lib/utils";
import { api } from "@/utils/api";
import { useRouter } from "next/router";
interface NavProps {
links: {