Skip to content

Commit

Permalink
Merge pull request Expensify#32160 from Expensify/monil-fixCrash
Browse files Browse the repository at this point in the history
Import react and fix crash
  • Loading branch information
robertjchen authored Nov 29, 2023
2 parents 4fa869c + d665fe9 commit dad2e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CustomDevMenu/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import CustomDevMenuElement from './types';

const CustomDevMenu: CustomDevMenuElement = Object.assign(() => <></>, {displayName: 'CustomDevMenu'});
Expand Down

0 comments on commit dad2e22

Please sign in to comment.