Skip to content

Commit 385f284

Browse files
eslint fix
1 parent f5fa4c3 commit 385f284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rn-tester/js/examples/Portal/PortalExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import type {RNTesterModuleExample} from '../../types/RNTesterTypes';
1212

1313
import * as React from 'react';
14-
import {useCallback, useState, useEffect} from 'react';
14+
import {useCallback, useState} from 'react';
1515
import {Button, StyleSheet, Text, View} from 'react-native';
1616
import {createPortal} from 'react-native/Libraries/ReactNative/RendererProxy';
1717

0 commit comments

Comments
 (0)