From 3104409558cdae2104fc7fe894720ad308ef28cf Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Fri, 24 May 2024 23:57:12 +0530 Subject: [PATCH] chore: Remove BetaTag import from SettingsBody component --- src/components/Sidepanel/Settings/body.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Sidepanel/Settings/body.tsx b/src/components/Sidepanel/Settings/body.tsx index 32d5d1f..e892401 100644 --- a/src/components/Sidepanel/Settings/body.tsx +++ b/src/components/Sidepanel/Settings/body.tsx @@ -33,7 +33,6 @@ import { useI18n } from "@/hooks/useI18n" import { TTSModeSettings } from "@/components/Option/Settings/tts-mode" import { AdvanceOllamaSettings } from "@/components/Common/Settings/AdvanceOllamaSettings" import { useStorage } from "@plasmohq/storage/hook" -import { BetaTag } from "@/components/Common/Beta" export const SettingsBody = () => { const { t } = useTranslation("settings")