import { View, Label, Image } from "./evg_types"; /** * Grid: a photo-book spread drawn as a picture of named areas. * * Every rule lives in the stylesheet — this file says WHAT is on the page, * never how it looks. `grid-template-areas` is in the CSS too, so a theme can * rearrange the whole spread without touching the tree. */ function render() { return ( ); }