Skip to content

Commit

Permalink
Fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Oct 25, 2024
1 parent 5e68a70 commit e3bf5d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

'use strict';

import type {RNTesterModule} from '../../types/RNTesterTypes';

Check warning on line 13 in packages/rn-tester/js/examples/DisplayContents/DisplayContentsExample.js

View workflow job for this annotation

GitHub Actions / test_js (20)

Requires should be sorted alphabetically

Check warning on line 13 in packages/rn-tester/js/examples/DisplayContents/DisplayContentsExample.js

View workflow job for this annotation

GitHub Actions / test_js (18)

Requires should be sorted alphabetically

import * as React from 'react';
import {
StyleSheet,
Expand Down

0 comments on commit e3bf5d9

Please sign in to comment.