🐛 fix(subscribe): Extract Domain

This commit is contained in:
web@ppanel
2024-12-05 20:52:45 +07:00
parent a451f44c81
commit 40d61a9843
5 changed files with 17 additions and 18 deletions
+1 -2
View File
@@ -2,11 +2,10 @@
import useGlobalStore from '@/config/use-global';
import { buttonVariants } from '@shadcn/ui/button';
import { useTranslations } from 'next-intl';
import Image from 'next/legacy/image';
import Link from 'next/link';
import LanguageSwitch from './language-switch';
// import { MobileSidebar } from './mobile-sidebar';
import { useTranslations } from 'next-intl';
import ThemeSwitch from './theme-switch';
import { UserNav } from './user-nav';