X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3eba091748f10f981d48f44eed14115b4fcee0ce..dd89200ad6fdbfa337fdbab5f54def8712c6746c:/src/views-components/data-explorer/renderers.tsx diff --git a/src/views-components/data-explorer/renderers.tsx b/src/views-components/data-explorer/renderers.tsx index 2b99f023..1b07642a 100644 --- a/src/views-components/data-explorer/renderers.tsx +++ b/src/views-components/data-explorer/renderers.tsx @@ -5,10 +5,10 @@ import * as React from 'react'; import { Grid, Typography } from '@material-ui/core'; import { FavoriteStar } from '../favorite-star/favorite-star'; -import { ResourceKind } from '../../models/resource'; -import { ProjectIcon, CollectionIcon, ProcessIcon, DefaultIcon } from '../../components/icon/icon'; -import { formatDate, formatFileSize } from '../../common/formatters'; -import { resourceLabel } from '../../common/labels'; +import { ResourceKind } from '~/models/resource'; +import { ProjectIcon, CollectionIcon, ProcessIcon, DefaultIcon } from '~/components/icon/icon'; +import { formatDate, formatFileSize } from '~/common/formatters'; +import { resourceLabel } from '~/common/labels'; export const renderName = (item: {name: string; uuid: string, kind: string}) => @@ -64,4 +64,4 @@ export const renderType = (type: string) => export const renderStatus = (item: {status?: string}) => {item.status || "-"} - ; \ No newline at end of file + ;