footer desktop
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import React from 'react'
|
||||
|
||||
interface ButtonProps {
|
||||
onClick?: () => void
|
||||
className?: string
|
||||
text?: string
|
||||
type?: 'button'
|
||||
}
|
||||
import { ButtonProps } from '@/app/types'
|
||||
|
||||
const Button = ({ onClick, className, text, type }: ButtonProps) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user