Skip to content

Commit 1f89b4f

Browse files
committed
fix: eslint import issue
1 parent faff468 commit 1f89b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/layout/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import posthog from "posthog-js";
77
import React, { ReactNode } from "react";
88

99
import { Button } from "@/components/ui/button";
10-
import { PostHogEvent } from "@/constants/posthog-events";
1110
import { SidebarInset, SidebarProvider, useSidebar } from "@/components/ui/sidebar";
11+
import { PostHogEvent } from "@/constants/posthog-events";
1212

1313
import { AppSidebar } from "./AppSidebar";
1414
import { GitHubStarBadge } from "./GitHubStarBadge";

0 commit comments

Comments
 (0)