import Icon from "components/Icon"; import Link from "next/link"; import styles from "styles/Posts.module.sass"; import { useTheme } from "next-themes"; import Date from "./Date"; const Post = ({ title, date, tag }) => { const { resolvedTheme: theme } = useTheme(); return ( <>
{title}
{tag}
: undefined}{props.platform}
*/ } { /*{props.username}
*/ } { /*