diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.tsx | 1 | ||||
-rw-r--r-- | src/react-app-env.d.ts | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 563cfb7..fa9a15a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,4 +5,3 @@ ReactDOM.render( <h1> Hello, world! </h1>, document.getElementById('root') ); - diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index 6431bc5..c7466ce 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1 +1,2 @@ +// eslint-disable-next-line /// <reference types="react-scripts" /> |