Skip to content

Commit 5f770cb

Browse files
committed
fix: experiments app
1 parent e2073e2 commit 5f770cb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

experiments-app/src/experiments.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { TextInputEventPropagation } from './experiments/TextInputEventPropagation';
2-
import { TextInputEvents } from './experiments/TextInputEvents';
1+
import { TextInputEventPropagation } from './screens/TextInputEventPropagation';
2+
import { TextInputEvents } from './screens/TextInputEvents';
33

44
export type Experiment = (typeof experiments)[number];
55

0 commit comments

Comments
 (0)