Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
if (typeof globalThis === 'undefined') {
|
||||
window.React = React;
|
||||
} else {
|
||||
globalThis.React = React;
|
||||
}
|
||||
Reference in New Issue
Block a user