We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faff468 commit 1f89b4fCopy full SHA for 1f89b4f
1 file changed
ui/src/components/layout/AppLayout.tsx
@@ -7,8 +7,8 @@ import posthog from "posthog-js";
7
import React, { ReactNode } from "react";
8
9
import { Button } from "@/components/ui/button";
10
-import { PostHogEvent } from "@/constants/posthog-events";
11
import { SidebarInset, SidebarProvider, useSidebar } from "@/components/ui/sidebar";
+import { PostHogEvent } from "@/constants/posthog-events";
12
13
import { AppSidebar } from "./AppSidebar";
14
import { GitHubStarBadge } from "./GitHubStarBadge";
0 commit comments