Сдача лаб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 { Outlet } from 'react-router-dom';
|
||||||
import Footer from './components/footer/Footer.jsx';
|
import Footer from './components/footer/Footer.jsx';
|
||||||
import Navigation from './components/navigation/Navigation.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 }) => {
|
const App = ({ routes }) => {
|
||||||
return (
|
return (
|
||||||
|
@ -13,7 +13,7 @@ import useLinesFormModal from '../hooks/LinesFormModalHook';
|
|||||||
import LinesItemForm from '../form/LinesItemForm.jsx';
|
import LinesItemForm from '../form/LinesItemForm.jsx';
|
||||||
import useLines from '../hooks/LinesHook';
|
import useLines from '../hooks/LinesHook';
|
||||||
import Input from '../../input/Input.jsx';
|
import Input from '../../input/Input.jsx';
|
||||||
import { AuthContext } from '../../logins/login/context/AuthContext.jsx';
|
import { AuthContext } from '../../logins/login/AuthContext.jsx';
|
||||||
// linesChangeHandle изменять состояние => при вызове изменения linesChangeHandle
|
// linesChangeHandle изменять состояние => при вызове изменения linesChangeHandle
|
||||||
// должно все перерисовываться
|
// должно все перерисовываться
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* eslint-disable import/extensions */
|
||||||
|
/* eslint-disable import/no-unresolved */
|
||||||
import { Button, ButtonGroup } from 'react-bootstrap';
|
import { Button, ButtonGroup } from 'react-bootstrap';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import Select from '../../input/Select.jsx';
|
import Select from '../../input/Select.jsx';
|
||||||
|
@ -3,9 +3,9 @@ import PropTypes from 'prop-types';
|
|||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import toast from 'react-hot-toast';
|
import toast from 'react-hot-toast';
|
||||||
import { Button, Form } from 'react-bootstrap';
|
import { Button, Form } from 'react-bootstrap';
|
||||||
import Input from '../../../input/Input.jsx';
|
import Input from '../../input/Input.jsx';
|
||||||
import useEntrysData from '../../hooks/EntrysDataHook';
|
import useEntrysData from '../hooks/EntrysDataHook';
|
||||||
import { AuthContext } from '../context/AuthContext.jsx';
|
import { AuthContext } from './AuthContext.jsx';
|
||||||
|
|
||||||
const Entry = () => {
|
const Entry = () => {
|
||||||
const [validated, setValidated] = useState(false);
|
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 = () => {
|
const Page4 = () => {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user