X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e954cfb45dbe418c151144cc42847b848c9b0ebf..f159c2bb8e32579651942e8ba7a53c4d90a9b890:/src/views/workbench/workbench.tsx diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx index e852150c..d015d4ec 100644 --- a/src/views/workbench/workbench.tsx +++ b/src/views/workbench/workbench.tsx @@ -94,6 +94,8 @@ import { AddGroupMembersDialog } from '~/views-components/dialog-forms/add-group import { PartialCopyToCollectionDialog } from '~/views-components/dialog-forms/partial-copy-to-collection-dialog'; import { PublicFavoritePanel } from '~/views/public-favorites-panel/public-favorites-panel'; import { LinkAccountPanel } from '~/views/link-account-panel/link-account-panel'; +import { FedLogin } from './fed-login'; +import { CollectionsContentAddressPanel } from '~/views/collection-content-address-panel/collection-content-address-panel'; type CssRules = 'root' | 'container' | 'splitter' | 'asidePanel' | 'contentWrapper' | 'content'; @@ -184,6 +186,7 @@ export const WorkbenchPanel = + @@ -248,5 +251,6 @@ export const WorkbenchPanel = + );