Skip to content

Commit

Permalink
ran lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boomermath committed Feb 3, 2025
1 parent ec3d639 commit cfb9ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/(sidebar)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AppSidebar, AppSidebarTrigger } from "@/components/app-sidebar";
import { ThemeProvider } from "@/components/theme";
import { auth } from "@/lib/auth";
import { SidebarProvider, SidebarTrigger } from "@repo/ui/components/sidebar";
import { SidebarProvider } from "@repo/ui/components/sidebar";
import { SessionProvider } from "next-auth/react";


Expand Down

0 comments on commit cfb9ca1

Please sign in to comment.