import { de } from '../strings/de' export default function WuerfeListPage() { // Fleshed out in the next FEAT-3 increment (Gridify list, year filter, sort). return (

{de.pages.litters.title}

) }