X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f6daa8a9318d5d7bec1cb173d8897cfcb9826157..9d76aaa7f959780465232366551c5f1e970d1752:/src/views/ssh-key-panel/ssh-key-panel-root.tsx diff --git a/src/views/ssh-key-panel/ssh-key-panel-root.tsx b/src/views/ssh-key-panel/ssh-key-panel-root.tsx index fcef5b3d..99ad1bff 100644 --- a/src/views/ssh-key-panel/ssh-key-panel-root.tsx +++ b/src/views/ssh-key-panel/ssh-key-panel-root.tsx @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { StyleRulesCallback, WithStyles, withStyles, Card, CardContent, Button, Typography, Grid, Table, TableHead, TableRow, TableCell, TableBody, Tooltip, IconButton } from '@material-ui/core'; -import { ArvadosTheme } from '~/common/custom-theme'; -import { SshKeyResource } from '~/models/ssh-key'; -import { AddIcon, MoreOptionsIcon, KeyIcon } from '~/components/icon/icon'; +import { ArvadosTheme } from 'common/custom-theme'; +import { SshKeyResource } from 'models/ssh-key'; +import { AddIcon, MoreOptionsIcon, KeyIcon } from 'components/icon/icon'; type CssRules = 'root' | 'link' | 'buttonContainer' | 'table' | 'tableRow' | 'keyIcon';