diff --git a/frontend/src/App.js b/frontend/src/App.js index 3784575..8aa0a51 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,22 +1,15 @@ import logo from './logo.svg'; import './App.css'; +import React from 'react'; +import LoginForm from './components/LoginForm'; function App() { return (
- Edit src/App.js and save to reload.
-