ImagesTable: Remove unused Skeleton
This removes an unused compoment from the imports.
This commit is contained in:
parent
9cae908341
commit
3ac435db85
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React, { useEffect, useState } from 'react';
|
||||
|
||||
import { ClipboardCopy, Skeleton } from '@patternfly/react-core';
|
||||
import { ClipboardCopy } from '@patternfly/react-core';
|
||||
import { Table, Tbody, Td, Th, Thead, Tr } from '@patternfly/react-table';
|
||||
|
||||
import { StatusClone, AwsDetailsStatus } from './Status';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue