mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: eslint import issue
This commit is contained in:
parent
faff468db8
commit
1f89b4ff28
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue