Skip to content

Commit 31b87eb

Browse files
committed
fix yarn lint
1 parent 028d93b commit 31b87eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@react-native-windows/find-dotnet-tools/src/findDotnetTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import {execSync} from 'child_process';
8-
import fs from 'fs';
8+
import fs from '@react-native-windows/fs';
99
import os from 'os';
1010
import path from 'path';
1111

0 commit comments

Comments
 (0)