Changeset 3f5bf9e for client_app/src
- Timestamp:
- 01/05/21 03:45:09 (4 years ago)
- Branches:
- master
- Children:
- a222a43
- Parents:
- f36822a
- Location:
- client_app/src
- Files:
-
- 5 added
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/App.test.js
rf36822a r3f5bf9e 1 1 import { render, screen } from '@testing-library/react'; 2 import App from './ App';2 import App from './components/main/App'; 3 3 4 4 test('renders learn react link', () => { -
client_app/src/index.js
rf36822a r3f5bf9e 2 2 import ReactDOM from 'react-dom'; 3 3 import './index.css'; 4 import App from './ App';4 import App from './components/main/App'; 5 5 import reportWebVitals from './reportWebVitals'; 6 6 … … 12 12 ); 13 13 14 // If you want to start measuring performance in your app, pass a function15 // to log results (for example: reportWebVitals(console.log))16 // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals17 14 reportWebVitals();
Note:
See TracChangeset
for help on using the changeset viewer.