mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-05 18:15:08 +00:00
fixed eslint warning
This commit is contained in:
parent
bef758e9fe
commit
6c652cafd9
@ -1,3 +1,7 @@
|
|||||||
|
ARG ENABLE_ANALYTICS=false
|
||||||
|
ARG ANALYTICS_SCRIPT
|
||||||
|
ARG ANALYTICS_WEBSITE_ID
|
||||||
|
|
||||||
FROM node:lts-alpine3.22 AS base
|
FROM node:lts-alpine3.22 AS base
|
||||||
|
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { FolderOpenIcon, GithubIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react";
|
import { FolderOpenIcon, LucideIcon, PlusIcon, SettingsIcon } from "lucide-react";
|
||||||
import { ReactNode } from "react";
|
import { ReactNode } from "react";
|
||||||
import { SidebarMenuItem, SidebarMenuButton, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarHeader, SidebarFooter, Sidebar, SidebarGroupLabel, SidebarGroupAction } from "../ui/sidebar";
|
import { SidebarMenuItem, SidebarMenuButton, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarHeader, SidebarFooter, Sidebar, SidebarGroupLabel, SidebarGroupAction } from "../ui/sidebar";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
Loading…
Reference in New Issue
Block a user