diff --git a/apps/web/src/pages/legal/index.tsx b/apps/web/src/pages/legal/index.tsx index 0dbd5390..f746cc7b 100644 --- a/apps/web/src/pages/legal/index.tsx +++ b/apps/web/src/pages/legal/index.tsx @@ -1,7 +1,8 @@ import React from "react"; -import Layout from "~/components/Layout"; -import { serverSideTranslations } from "next-i18next/serverSideTranslations"; import { useTranslation } from "next-i18next"; +import { serverSideTranslations } from "next-i18next/serverSideTranslations"; + +import Layout from "~/components/Layout"; const Legal = () => { const { t: translationCommon } = useTranslation("common");