implemented core stores

This commit is contained in:
2024-02-07 14:35:04 +01:00
parent b9b0fde520
commit 00df98233d
23 changed files with 2283 additions and 2 deletions

6
ui/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}