Skip to content

Commit 13a62fe

Browse files
authored
Fix path for SchedulerFeatureFlags (#20200)
1 parent 7a73d6a commit 13a62fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scheduler/src/forks/SchedulerFeatureFlags.www.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const {
1010
enableIsInputPending,
1111
enableSchedulerDebugging,
1212
enableProfiling: enableProfilingFeatureFlag,
13-
} = require('packages/scheduler/src/SchedulerFeatureFlags');
13+
} = require('SchedulerFeatureFlags');
1414

1515
export const enableProfiling = __PROFILE__ && enableProfilingFeatureFlag;

0 commit comments

Comments
 (0)