Skip to content

Commit 3fbc00a

Browse files
committed
Fix path for SchedulerFeatureFlags
1 parent 7a73d6a commit 3fbc00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)