import { Card, Spacer, Grid, Divider, Link, Text, Input } from "@geist-ui/core" import post from "../post" import ShiftBy from "../shift-by" import VisibilityBadge from "../visibility-badge" const FilenameInput = ({ title }: { title: string }) => const ListItem = ({ post }: { post: any }) => { return (