Initial commit

This commit is contained in:
Yura Dupyn 2026-05-14 18:16:38 +02:00
commit 2137fcc776
16 changed files with 4057 additions and 0 deletions

6
vite.config.ts Normal file
View file

@ -0,0 +1,6 @@
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [react()],
});