Skip to content

Commit ddcbd67

Browse files
committed
feat: add Loops Complete animation
1 parent 1012115 commit ddcbd67

File tree

6 files changed

+700
-5
lines changed

6 files changed

+700
-5
lines changed

app/src/__stories__/ProcessingSwaps.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ export const LoopOutProgress = () => {
118118

119119
return <ProcessingSwaps />;
120120
};
121+
122+
export const Complete = () => {
123+
return <ProcessingSwaps />;
124+
};

0 commit comments

Comments
 (0)