import "../style/home.css" interface Tactic { id : number name : string creationDate : number } export default function Home({ tactics } : { tactics : Tactic[] }) { console.log(tactics); return (