Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
umutarray authored Aug 28, 2024
1 parent ea97e79 commit 92aa593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Image from "next/image";
import { NextPage } from "next";

const umutArray:NextPage = () => {
const umutArray: NextPage = () => {
return (
<>
<div className="hero bg-base-200 min-h-screen">
Expand Down

0 comments on commit 92aa593

Please sign in to comment.