Lab4
This commit is contained in:
parent
94505e2a61
commit
7ef57df568
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { Container } from 'react-bootstrap';
|
import { Container } from 'react-bootstrap';
|
||||||
import { Outlet } from 'react-router-dom';
|
import { Outlet } from 'react-router-dom';
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import './Footer.css';
|
import './Footer.css';
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import {
|
import {
|
||||||
Container, Nav, Navbar, NavbarBrand,
|
Container, Nav, Navbar, NavbarBrand,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactDOM from 'react-dom/client';
|
import ReactDOM from 'react-dom/client';
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import { Alert, Button, Container } from 'react-bootstrap';
|
import { Alert, Button, Container } from 'react-bootstrap';
|
||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
// import React from 'react';
|
// import React from 'react';
|
||||||
import styles from './Page1.css';
|
import styles from './Page1.css';
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
const Page2 = () => {
|
const Page2 = () => {
|
||||||
return (
|
return (
|
||||||
<article className="container-fluid py-5" style={{ paddingLeft: 0 }}>
|
<article className="container-fluid py-5" style={{ paddingLeft: 0 }}>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { Button, Form } from 'react-bootstrap';
|
import { Button, Form } from 'react-bootstrap';
|
||||||
// eslint-disable-next-line import/newline-after-import
|
// eslint-disable-next-line import/newline-after-import
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import { Button, ButtonGroup, Table } from 'react-bootstrap';
|
import { Button, ButtonGroup, Table } from 'react-bootstrap';
|
||||||
|
|
||||||
const Page4 = () => {
|
const Page4 = () => {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { Button, Form } from 'react-bootstrap';
|
import { Button, Form } from 'react-bootstrap';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable linebreak-style */
|
||||||
/* eslint-disable import/no-extraneous-dependencies */
|
/* eslint-disable import/no-extraneous-dependencies */
|
||||||
import react from '@vitejs/plugin-react';
|
import react from '@vitejs/plugin-react';
|
||||||
import { defineConfig } from 'vite';
|
import { defineConfig } from 'vite';
|
||||||
|
BIN
Lab4/отчет 4.docx
Normal file
BIN
Lab4/отчет 4.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user