Skip to content

Commit

Permalink
docs: add animation
Browse files Browse the repository at this point in the history
  • Loading branch information
97vack authored Jul 1, 2024
1 parent e3694c0 commit 609572e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .dumi/component/Hero/TextWrap/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Zoom } from '@components/Animation';
import React from 'react';
// import Zoom from 'react-reveal/Zoom';

const Zoom = ({ children }: { children: any }) => <>{children}</>;

export const TextWrap = ({
style,
Expand Down

0 comments on commit 609572e

Please sign in to comment.