lab 6 started

This commit is contained in:
=
2026-04-10 21:35:46 +10:00
parent 484f291c21
commit ed282406d5
28 changed files with 4301 additions and 0 deletions

7
labs/lab6/vite.config.ts Normal file
View File

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