package templates templ LibrarySwitcher(libData []LibraryData, currentLibraryID string, actions ...templ.Component) {
if len(actions) > 0 {
for _, action := range actions { @action }
}
} templ DashboardActions() { }