import { DaffRouterNamedViews } from '@daffodil/router'
A dictionary of components that can be stored in route data.
type DaffRouterNamedViews = Record<string, Route['component']>