X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10b08e0c05d176775c4f0cf13f6e77025bb1e636..b352c3862814fe0bdd2b5a40b1dc8171474dbb48:/services/workbench2/src/index.tsx diff --git a/services/workbench2/src/index.tsx b/services/workbench2/src/index.tsx index ede257dc5d..ef9ff9c986 100644 --- a/services/workbench2/src/index.tsx +++ b/services/workbench2/src/index.tsx @@ -91,6 +91,9 @@ import { workflowActionSet, readOnlyWorkflowActionSet } from "views-components/c import { storeRedirects } from "./common/redirect-to"; import { searchResultsActionSet } from "views-components/context-menu/action-sets/search-results-action-set"; +import 'bootstrap/dist/css/bootstrap.min.css'; +import '@coreui/coreui/dist/css/coreui.min.css'; + console.log(`Starting arvados [${getBuildInfo()}]`); addMenuActionSet(ContextMenuKind.ROOT_PROJECT, rootProjectActionSet);