search card - desktop

This commit is contained in:
2025-05-14 15:19:02 +03:00
parent e766284333
commit 5827f5d7a5
18 changed files with 366 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import { ButtonProps } from '@/app/types'
import { ButtonProps } from '@/app/types/index'
const Button = ({ onClick, className, text, type }: ButtonProps) => {
return (