Skip to content

Commit

Permalink
Fix lint error on main (#6179)
Browse files Browse the repository at this point in the history
## Summary

This PR fixes the following linting error that happened on main after
#6171 was merged.

<img width="436" alt="Screenshot 2024-06-28 at 10 08 41"
src="https://github.com/software-mansion/react-native-reanimated/assets/20516055/74985d60-f774-46ea-bad1-2d11845fe9d5">

## Test plan
  • Loading branch information
tomekzaw authored Jun 28, 2024
1 parent b7eb791 commit 74ca071
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// RNRender is not used for web. An export is still defined to eliminate warnings from bundlers such as esbuild.
'use strict';
export {};
// RNRender is not used for web. An export is still defined to eliminate warnings from bundlers such as esbuild.
export {};

0 comments on commit 74ca071

Please sign in to comment.