Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 8, 2024
1 parent 8d71342 commit 05e1722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 371 deletions.
2 changes: 1 addition & 1 deletion apps/app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from "next";
import { GeistSans } from "geist/font/sans";
import "./globals.css";
import { ThemeProvider } from "@/hooks/theme-provider";
import { SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
import { SidebarProvider } from "@/components/ui/sidebar";
import { AppSidebar } from "@/components/custom/sidebar/sidebar";
import { cookies } from "next/headers";

Expand Down
370 changes: 0 additions & 370 deletions apps/app/components/ui/chart.tsx

This file was deleted.

0 comments on commit 05e1722

Please sign in to comment.