---
import Tag from '../ui/Tag.astro';
export interface Props {
year: string;
role: string;
company: string;
description: string;
tech: string[];
slug?: string;
}
const { year, role, company, description, tech, slug } = Astro.props;
---
{slug ? (
{description}{role}
{description}