Skip to content

Commit

Permalink
apply check
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Nov 1, 2024
1 parent 2a52267 commit 23f7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { TooltipProvider } from "@/components/ui/tooltip";
import { I18nClientProvider } from "@/i18n/client-provider";
import { initializeLocale } from "@/i18n/initialize-locale";
import { locales } from "@/i18n/locales/list";
import type { Metadata } from "next/types";
import { getTranslations } from "next-intl/server";
import type { Metadata } from "next/types";
import type { PropsWithChildren } from "react";
import { LayoutView } from "./_components/layout/layout-view";
import { RootClientProviders } from "./_components/layout/root-client-providers";
Expand Down

0 comments on commit 23f7090

Please sign in to comment.