Skip to content

Commit 2524466

Browse files
committed
removed react import statements
1 parent 156b7b0 commit 2524466

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import { useState } from 'react';
22
import logo from './logo.svg';
33
import './App.css';
44

src/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import ReactDOM from 'react-dom';
32
import './index.css';
43
import App from './App';

0 commit comments

Comments
 (0)