Skip to content

Commit

Permalink
99%
Browse files Browse the repository at this point in the history
  • Loading branch information
Levironexe committed Nov 5, 2024
1 parent 10f3696 commit 1f6b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/upload-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface UploadFormProps {
title: React.ReactNode
}

const UploadForm = ({style, title}: UploadFormProps) => {
const UploadForm : React.FC<UploadFormProps> = ({style, title}) => {
const fadeUp = {
hidden: {opacity: 0, scale: 0.98},
reveal: {opacity: 1, scale: 1},
Expand Down

0 comments on commit 1f6b706

Please sign in to comment.