Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Feb 27, 2024
1 parent 480a084 commit 98ed411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/js/examples/Cursor/CursorExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'use strict';

const React = require('react');
const {Image, StyleSheet, View} = require('react-native');
const {StyleSheet, View} = require('react-native');

const styles = StyleSheet.create({
box: {
Expand Down

0 comments on commit 98ed411

Please sign in to comment.