X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fd9ad9a425f6aed71c18948cf29c0535292a14c6..fb10daa75864def53d1f0ffa7da3cece8cebe9d0:/src/components/rich-text-editor-link/rich-text-editor-link.tsx diff --git a/src/components/rich-text-editor-link/rich-text-editor-link.tsx b/src/components/rich-text-editor-link/rich-text-editor-link.tsx index 2d6a5b4f..68a8c035 100644 --- a/src/components/rich-text-editor-link/rich-text-editor-link.tsx +++ b/src/components/rich-text-editor-link/rich-text-editor-link.tsx @@ -2,12 +2,12 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Dispatch } from 'redux'; import { connect } from 'react-redux'; import { withStyles, StyleRulesCallback, WithStyles, Typography } from '@material-ui/core'; -import { ArvadosTheme } from '~/common/custom-theme'; -import { openRichTextEditorDialog } from '~/store/rich-text-editor-dialog/rich-text-editor-dialog-actions'; +import { ArvadosTheme } from 'common/custom-theme'; +import { openRichTextEditorDialog } from 'store/rich-text-editor-dialog/rich-text-editor-dialog-actions'; type CssRules = "root";