Skip to content

Commit

Permalink
refactor: Enhanced the import syntax for the legal page
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 12, 2024
1 parent 6cfbd27 commit 9e9dc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/web/src/pages/legal/index.tsx
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

1 comment on commit 9e9dc3c

@vercel
Copy link

@vercel vercel bot commented on 9e9dc3c Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.