Skip to content

Commit

Permalink
Fix import statement in App.js and Primera.js
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285267 committed Apr 27, 2024
1 parent 29aecac commit 9712d95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import AuthProvider from './components/login/AuthProvider';
import Routes from './components/Routes';
import Footer from "./components/footer/Footer";


function App() {

Expand Down
2 changes: 0 additions & 2 deletions webapp/src/components/Primera.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import CssBaseline from '@mui/material/CssBaseline';
import Container from '@mui/material/Container';
import Typography from '@mui/material/Typography';
import { Button } from '@mui/material';
import { NavLink } from "react-router-dom";
import Box from "@mui/material/Box";
import Grid from '@mui/material/Unstable_Grid2';
import LoginIcon from '@mui/icons-material/Login';
Expand Down

0 comments on commit 9712d95

Please sign in to comment.