Сдача лаб5
This commit is contained in:
parent
9e16c559ea
commit
1ee71bcf50
BIN
Lab4/Statement4/~$atement4.docx
Normal file
BIN
Lab4/Statement4/~$atement4.docx
Normal file
Binary file not shown.
BIN
Lab5/Statement5/Statement5.docx
Normal file
BIN
Lab5/Statement5/Statement5.docx
Normal file
Binary file not shown.
@ -4,7 +4,7 @@ import { Toaster } from 'react-hot-toast';
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import Footer from './components/footer/Footer.jsx';
|
||||
import Navigation from './components/navigation/Navigation.jsx';
|
||||
import { AuthProvider } from './components/logins/login/context/AuthContext.jsx';
|
||||
import { AuthProvider } from './components/logins/login/AuthContext.jsx';
|
||||
|
||||
const App = ({ routes }) => {
|
||||
return (
|
||||
|
@ -13,7 +13,7 @@ import useLinesFormModal from '../hooks/LinesFormModalHook';
|
||||
import LinesItemForm from '../form/LinesItemForm.jsx';
|
||||
import useLines from '../hooks/LinesHook';
|
||||
import Input from '../../input/Input.jsx';
|
||||
import { AuthContext } from '../../logins/login/context/AuthContext.jsx';
|
||||
import { AuthContext } from '../../logins/login/AuthContext.jsx';
|
||||
// linesChangeHandle изменять состояние => при вызове изменения linesChangeHandle
|
||||
// должно все перерисовываться
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* eslint-disable import/extensions */
|
||||
/* eslint-disable import/no-unresolved */
|
||||
import { Button, ButtonGroup } from 'react-bootstrap';
|
||||
import { Link } from 'react-router-dom';
|
||||
import Select from '../../input/Select.jsx';
|
||||
|
@ -3,9 +3,9 @@ import PropTypes from 'prop-types';
|
||||
import { Link } from 'react-router-dom';
|
||||
import toast from 'react-hot-toast';
|
||||
import { Button, Form } from 'react-bootstrap';
|
||||
import Input from '../../../input/Input.jsx';
|
||||
import useEntrysData from '../../hooks/EntrysDataHook';
|
||||
import { AuthContext } from '../context/AuthContext.jsx';
|
||||
import Input from '../../input/Input.jsx';
|
||||
import useEntrysData from '../hooks/EntrysDataHook';
|
||||
import { AuthContext } from './AuthContext.jsx';
|
||||
|
||||
const Entry = () => {
|
||||
const [validated, setValidated] = useState(false);
|
@ -1,4 +1,4 @@
|
||||
import Entry from '../components/logins/login/Entry/Entry.jsx';
|
||||
import Entry from '../components/logins/login/Entry.jsx';
|
||||
|
||||
const Page4 = () => {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user