Skip to content

Commit

Permalink
Hotfix: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCaso committed Aug 17, 2024
1 parent 7b7b975 commit 4be1a51
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react";
import Image from "next/image";
import { NextPage } from "next";
import { NextPage } from "next";

const Zeze : NextPage = () => {
const Zeze: NextPage = () => {
return (
<>
<div className="basis-full md:basis-1/2 flex justify-center items-center h-screen">
Expand Down Expand Up @@ -52,4 +52,4 @@ const Zeze : NextPage = () => {
);
};

export default Zeze
export default Zeze;

0 comments on commit 4be1a51

Please sign in to comment.