general styling & design

This commit is contained in:
2024-02-23 19:45:21 +01:00
parent d23e1ac050
commit 266d27f6ff
14 changed files with 173 additions and 284 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
server: {
port: 5002,
},
});