Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Oct 1, 2024
2 parents 4fabbe2 + ca97062 commit 91098b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react/src/ReactCompilerRuntime.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
* @flow
*/

export {useMemoCache as c} from './ReactHooks';
import {useMemoCache} from './ReactHooks';

export default {
c: useMemoCache,
};

0 comments on commit 91098b8

Please sign in to comment.