Skip to content

Commit

Permalink
feat(member): add SupportHistorySectionSkeleton (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Mar 30, 2024
1 parent 692a88c commit c77e0f9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import Section from '@components/common/Section/Section';

const SupportHistorySectionSkeleton = () => {
return (
<Section className="h-96 animate-pulse">
<Section.Header title="요청 내역" />
</Section>
);
};

export default SupportHistorySectionSkeleton;

0 comments on commit c77e0f9

Please sign in to comment.