Skip to content

Commit

Permalink
fix(deps): update React to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 8, 2024
1 parent 9381f19 commit e18cf03
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 423 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ npm install react-parallax-tilt
## Example

```jsx
import ReactDOM from 'react-dom';
import Tilt from 'react-parallax-tilt';

const App = () => {
Expand All @@ -61,8 +60,6 @@ const App = () => {
</Tilt>
);
};

ReactDOM.render(<App />, document.getElementById('root'));
```

## Props
Expand Down
Loading

0 comments on commit e18cf03

Please sign in to comment.