4 lab front)

This commit is contained in:
Павел Сорокин 2023-04-09 16:10:31 +04:00
parent 18ee5ece77
commit e40639a883
4 changed files with 7 additions and 0 deletions

BIN
FrontEnd/Ped.pdf Normal file

Binary file not shown.

BIN
FrontEnd/Rasp(1-4).pdf Normal file

Binary file not shown.

BIN
FrontEnd/Rasp(5-11).pdf Normal file

Binary file not shown.

7
FrontEnd/vite.config.js Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
})