Grid layout, instructions (placeholder)

This commit is contained in:
Adrian Rumpold
2025-07-10 10:30:44 +02:00
parent 98f2c0436b
commit 8aa8932122
9 changed files with 227 additions and 83 deletions

View File

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