X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8aefa4e5d201f77eecb7cfe21a690cb9db1c01e7..122fba47e0b0629ebb449c5206ba400021bc6de1:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 9c7b39aae4..ee174b2c53 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -113,7 +113,8 @@ fetchConfig() store.dispatch(loadVocabulary); store.dispatch(loadFileViewersConfig); - const TokenComponent = (props: any) => ; + const TokenComponent = (props: any) => ; + const FedTokenComponent = (props: any) => ; const MainPanelComponent = (props: any) => ; const App = () => @@ -123,6 +124,7 @@ fetchConfig() +