import { stylesheet } from "typestyle"; import { Component, 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
);