import { stylesheet } from "typestyle"; import { type Component, // biome-ignore lint/correctness/noUnusedImports: required to support JSX createElement, } from "websnacks"; import { Layout } from "../components/layout"; const styles = stylesheet({ projectsGrid: { display: "flex", flexWrap: "wrap", width: "25%", }, }); export const page: Component = () => (

Projects

Project 1
Project 2
Project 3
Project 4
Project 5
);