Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed May 31, 2024
1 parent 00b1208 commit 47575f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/app/[locale]/about/about.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
"use client";

import Link from "next/link";
import { useTranslations } from "next-intl";
import * as React from "react";
import "@/lib/env";

import AboutSection from "@/components/AboutSection";
import IntroBlock from "@/components/IntroBlock";
import TitleBlock from "@/components/TitleBlock";
import AboutSection from "@/components/AboutSection";
import Link from "next/link";
import { useTranslations } from "next-intl";

import "@/styles/globals.css";

const About = () => {
const t = useTranslations("about");
Expand Down

0 comments on commit 47575f9

Please sign in to comment.