From 7e054c68a6c444fd51bf25e5234b9b5fbdfe67bd Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:26:33 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- ee/tabby-ui/app/(dashboard)/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ee/tabby-ui/app/(dashboard)/layout.tsx b/ee/tabby-ui/app/(dashboard)/layout.tsx index 6d413d2b6e1f..25ceb0dc0f5b 100644 --- a/ee/tabby-ui/app/(dashboard)/layout.tsx +++ b/ee/tabby-ui/app/(dashboard)/layout.tsx @@ -1,6 +1,5 @@ import { Metadata } from 'next' -import { ScrollArea } from '@/components/ui/scroll-area' import { Header } from '@/components/header' import Sidebar from './components/sidebar'