fixed eslint warning

This commit is contained in:
corgifist 2025-07-23 17:31:38 +03:00
parent bef758e9fe
commit 6c652cafd9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ARG ENABLE_ANALYTICS=false
ARG ANALYTICS_SCRIPT
ARG ANALYTICS_WEBSITE_ID
FROM node:lts-alpine3.22 AS base
FROM base AS deps

View File

@ -1,5 +1,5 @@
"use client";
import { FolderOpenIcon, GithubIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react";
import { FolderOpenIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react";
import { ReactNode } from "react";
import { SidebarMenuItem, SidebarMenuButton, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarHeader, SidebarFooter, Sidebar, SidebarGroupLabel, SidebarGroupAction } from "../ui/sidebar";
import Link from "next/link";