From d46b1aed549938c9f5e3e658b4098e71b5e2acf7 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 11 Jul 2023 01:01:48 +0800 Subject: Lint error, get away! --- FrontEnd/src/views/about/index.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'FrontEnd/src/views/about/index.tsx') diff --git a/FrontEnd/src/views/about/index.tsx b/FrontEnd/src/views/about/index.tsx index 513b5003..093da894 100644 --- a/FrontEnd/src/views/about/index.tsx +++ b/FrontEnd/src/views/about/index.tsx @@ -1,4 +1,3 @@ -import * as React from "react"; import { useTranslation, Trans } from "react-i18next"; import authorAvatarUrl from "./author-avatar.png"; @@ -57,7 +56,7 @@ const backendCredits: { }, ]; -const AboutPage: React.FC = () => { +export default function AboutPage() { const { t } = useTranslation(); return ( @@ -141,6 +140,4 @@ const AboutPage: React.FC = () => { ); -}; - -export default AboutPage; +} -- cgit v1.2.3