ImagesTable: Remove unused Skeleton

This removes an unused compoment from the imports.
This commit is contained in:
regexowl 2024-01-03 14:23:08 +01:00 committed by Lucas Garfield
parent 9cae908341
commit 3ac435db85

View file

@ -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';