Skip to content

Commit

Permalink
Fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabipodolnikova committed Jan 14, 2025
1 parent 8736e85 commit fd8f92c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/react-core/src/demos/examples/Skeleton/SkeletonCard.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import React from 'react';
import {
Gallery,
Flex,
PageSection,
Content,
Card,
CardBody,
Skeleton
} from '@patternfly/react-core';
import { Gallery, Flex, PageSection, Content, Card, CardBody, Skeleton } from '@patternfly/react-core';
import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper';

export const SkeletonCard: React.FunctionComponent = () => {
Expand Down Expand Up @@ -45,4 +37,4 @@ export const SkeletonCard: React.FunctionComponent = () => {
</PageSection>
</DashboardWrapper>
);
};
};

0 comments on commit fd8f92c

Please sign in to comment.