Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 0df71d0

Browse files
committed
🐛 (FullScreenDelegate) fix unused import
1 parent fe27514 commit 0df71d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Navigation/FullScreenDelegate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Subject, Observable } from 'rxjs';
2-
import { map, scan, tap } from 'rxjs/operators';
2+
import { map, scan } from 'rxjs/operators';
33
import { ReactElement } from 'react';
44
import { ScreenProps, Screen } from '../Screen';
55

0 commit comments

Comments
 (0)