16672: Improves UX by avoiding to instantly focus on a MPV panel.
[arvados-workbench2.git] / src / components / code-snippet / code-snippet.tsx
index f54d4a11bca797a32fd7ea06f2d4cee5ef8292ac..f0a2b2131fcfbd4bfd0592c24fbebd68b1d44f0b 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { StyleRulesCallback, WithStyles, Typography, withStyles } from '@material-ui/core';
-import { ArvadosTheme } from '~/common/custom-theme';
+import { ArvadosTheme } from 'common/custom-theme';
 import classNames from 'classnames';
 
 type CssRules = 'root' | 'space';