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

@@ -0,0 +1,7 @@
import React from 'react'
const SearchPage = () => {
return <div>SearchPage</div>
}
export default SearchPage