Skip to content

Commit cc1a414

Browse files
committed
Removed redundant imports
1 parent 6f4b875 commit cc1a414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NavigationReact/src/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component, ReactNode, cloneElement, createElement } from 'react';
1+
import { Component, ReactNode, cloneElement, createElement } from 'react';
22
import { StateContext, StateNavigator } from 'navigation';
33
import withStateNavigator from './withStateNavigator.js';
44

NavigationReact/src/SceneRSCView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use client'
2-
import React, { use, useContext, useEffect, useRef, useState, useMemo } from 'react';
2+
import React, { use, useContext, useEffect, useRef, useMemo } from 'react';
33
import { SceneViewProps } from './Props.js';
44
import useNavigationEvent from './useNavigationEvent.js';
55
import BundlerContext from './BundlerContext.js';

0 commit comments

Comments
 (0)