Skip to content

Commit

Permalink
refactor: Remove unused import in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NebraskaCoder committed Jun 28, 2024
1 parent d83d492 commit 5a37563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextIntlClientProvider, createTranslator, useLocale } from "next-intl";
import { NextIntlClientProvider, createTranslator } from "next-intl";
import { checkLanguage } from "@/utils/i18nUtils";
import { notFound } from "next/navigation";
import "./globals.css";
Expand Down

0 comments on commit 5a37563

Please sign in to comment.