--- import Base from "../layouts/Base.astro" const statuses = [ { id: "not_started", title: "Nicht gestartet" }, { id: "in_progress", title: "In Arbeit" }, { id: "hold", title: "Wartend" }, { id: "done", title: "Abgeschlossen" }, ] const priorities = [ { id: "low", title: "Niedrig" }, { id: "normal", title: "Normal" }, { id: "high", title: "Hoch" }, ] ---
Klicke hier, um dich anzumelden
Verantwortliche