This commit is contained in:
Abhishek Kumar 2026-04-11 21:11:32 +05:30
commit 039e2b74b2

View file

@ -7,8 +7,8 @@ import posthog from "posthog-js";
import React, { ReactNode } from "react";
import { Button } from "@/components/ui/button";
import { PostHogEvent } from "@/constants/posthog-events";
import { SidebarInset, SidebarProvider, useSidebar } from "@/components/ui/sidebar";
import { PostHogEvent } from "@/constants/posthog-events";
import { AppSidebar } from "./AppSidebar";
import { GitHubStarBadge } from "./GitHubStarBadge";