initial commit

This commit is contained in:
Hydroxycarbamide 2024-04-14 19:13:21 +02:00
commit 48323b32b9
23 changed files with 684 additions and 0 deletions

6
prettier.config.js Normal file
View file

@ -0,0 +1,6 @@
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
const config = {
plugins: ["prettier-plugin-tailwindcss"],
};
export default config;