mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 04:39:12 +00:00
refactor: Remove unused imports
This commit is contained in:
parent
ec88017291
commit
aa1445d925
4 changed files with 4 additions and 41 deletions
|
@ -1,14 +1,4 @@
|
|||
import Link from "next/link";
|
||||
import { BarChart, FileKey, Filter, FormInput, Keyboard, Menu, Tornado } from "lucide-react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { ScrollArea } from "@/components/ui/scroll-area";
|
||||
import { TeamSwitcher } from "./TeamSwitcher";
|
||||
import { auth } from "@clerk/nextjs/app-beta";
|
||||
import { notFound } from "next/navigation";
|
||||
import { ChannelLink } from "./channelLink";
|
||||
import { Logo } from "@/components/logo";
|
||||
import { DesktopSidebar } from "./DesktopSidebar";
|
||||
import { MobileNav } from "@/components/mobile-nav";
|
||||
import { MobileSidebar } from "./MobileSidebar";
|
||||
import { getTenantId } from "@/lib/auth";
|
||||
import { Fragment } from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue