This commit is contained in:
allllen4a 2023-12-22 11:44:42 +03:00
parent 94505e2a61
commit 7ef57df568
12 changed files with 11 additions and 0 deletions

View File

@ -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';

View File

@ -1,3 +1,4 @@
/* eslint-disable linebreak-style */
import './Footer.css'; import './Footer.css';
const Footer = () => { const Footer = () => {

View File

@ -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,

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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 }}>

View File

@ -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

View File

@ -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 = () => {

View File

@ -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';

View File

@ -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

Binary file not shown.