This commit is contained in:
parent
f6b4af7f04
commit
999d87766f
2 changed files with 3 additions and 13 deletions
|
@ -1,15 +1,6 @@
|
|||
import {
|
||||
AppBar,
|
||||
Toolbar,
|
||||
Stepper,
|
||||
Step,
|
||||
Box,
|
||||
Container,
|
||||
StepButton,
|
||||
Typography,
|
||||
} from '@mui/material';
|
||||
import { useContext, useEffect, useState } from 'react';
|
||||
import { Link, useLocation, useNavigate } from 'react-router-dom';
|
||||
import { AppBar, Toolbar, Container, Typography } from '@mui/material';
|
||||
import { useContext } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
import '../css/Header.css';
|
||||
import { Context } from '../data/Context';
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import Container from '@mui/material/Container';
|
||||
import LocalizationProviderWrapper from './LocalizationProviderWrapper';
|
||||
import ContextWrapper from './ContextWrapper';
|
||||
|
||||
/**
|
||||
* Wrapps the page with all necessary utils
|
||||
|
|
Loading…
Reference in a new issue