chore: Add TODO comment for future accordion and dialog integration in AnnunciGrid
This commit is contained in:
parent
1fc855393f
commit
46ded058f4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { CardAnnuncio } from "~/components/annuncio_card";
|
||||
import type { AnnuncioRicerca } from "~/server/controllers/annunci.controller";
|
||||
|
||||
//TODO usare anche in accordion e dialog pag ricerca servizio
|
||||
|
||||
export const AnnunciGrid = ({ pagedata }: { pagedata: AnnuncioRicerca[] }) => {
|
||||
return (
|
||||
<div className="relative z-0 mx-auto grid max-w-7xl grid-flow-row grid-cols-1 gap-4 sm:grid-cols-2 sm:gap-6 lg:grid-cols-3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue