refactor: Remove unnecessary output property in next.config.js

This commit is contained in:
mauro-balades
2024-09-02 20:51:56 +02:00
parent 9fab23d159
commit 406ff44bb4
10 changed files with 21 additions and 171 deletions

View File

@@ -1,7 +1,6 @@
"use client";
import { usePathname, useRouter } from '@/i18n/routing';
import { SUPPORTED_LANGUAGES, usePathname, useRouter } from '@/i18n/routing';
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './ui/select';
import { SUPPORTED_LANGUAGES } from '@/i18n';
export default function LocaleSwitcher() {
const router = useRouter();