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 19, 2024
1 parent fb8493f commit 29b94a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React from "react";
import Image from "next/image";
import { NextPage } from "next";

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

0 comments on commit 29b94a5

Please sign in to comment.