import { getDateTimeString } from "@/helpers/datetime"; import ResourceIcon from "./ResourceIcon"; import "@/less/resource-card.less"; interface Props { resource: Resource; } const ResourceCard = ({ resource }: Props) => { return (