From 1f89b4ff28175e9356202a3a5363b80b7888c38d Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Sat, 11 Apr 2026 21:10:54 +0530 Subject: [PATCH] fix: eslint import issue --- ui/src/components/layout/AppLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/layout/AppLayout.tsx b/ui/src/components/layout/AppLayout.tsx index e573454..85c2730 100644 --- a/ui/src/components/layout/AppLayout.tsx +++ b/ui/src/components/layout/AppLayout.tsx @@ -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";