From 06385d06601e558cef70bcb00c8805eecfa76a5c Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:09:50 +0000 Subject: [PATCH] Fix lint errors for src/components/static/404.tsx --- src/components/static/404.tsx | 48 +++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/static/404.tsx b/src/components/static/404.tsx index 16220712..25b4b1e4 100644 --- a/src/components/static/404.tsx +++ b/src/components/static/404.tsx @@ -1,26 +1,26 @@ -import Icon from "./Icons" -import { javascriptReact } from "./icons_list" -import "./404.css" -import ReactParallaxTilt from "react-parallax-tilt" -export default function Page404() { -return
-
-
- - - -

404?

-

Seems you are on the wrong page.

-
- - -
+import Icon from './Icons' +import { javascriptReact } from './icons_list' +import './404.css' +import ReactParallaxTilt from 'react-parallax-tilt' +export default function Page404 () { + return
+
+
+ + + +

404?

+

Seems you are on the wrong page.

+
+ + +
+
+
-
-
-} \ No newline at end of file +}