first commit

This commit is contained in:
LeNei
2023-04-05 21:14:30 +02:00
commit 1f84e6a126
12 changed files with 2047 additions and 0 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.rs"],
theme: {
extend: {},
},
plugins: [],
}