import { cards } from "../cards.ts"; import { Card } from "./Card.tsx"; export const App = () => { return
{cards.map((card) => { return })}
; };