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 Oct 7, 2024
1 parent f466e8d commit 816d25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/[locale]/about/about.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"use client";

import Image from "next/image";
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 Image from "next/image";

const About = () => {
const t = useTranslations("about");
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from "next/image";
import { useTranslations } from "next-intl";

import ShareLink from "@/components/links/shareLink";
import Image from "next/image";

const currentYear = new Date().getFullYear();

Expand Down

0 comments on commit 816d25d

Please sign in to comment.