create breadcrumbs

This commit is contained in:
lightling 2024-05-16 01:14:47 -04:00
parent 75228e1a3a
commit 64c435dd7c
7 changed files with 56 additions and 12 deletions

View file

@ -11,6 +11,7 @@ export type SharedRouteDefinition = {
stylesheetUrls: string[]
template: TemplateType
title: string
fullTitle: string
warning: boolean | WarningModal
}