From aef0e6c31fa2e3a7aeaa6e0c9f60735b40c7fe7f Mon Sep 17 00:00:00 2001 From: David Ball Date: Fri, 31 May 2024 01:28:35 -0400 Subject: [PATCH] Update App.js to include the LoginForm. --- frontend/src/App.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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 (
logo -

- Edit src/App.js and save to reload. -

- - Learn React - +

Welcome to NM3CLOL-admin

+
);