Initial commit - modstagram_panel

This commit is contained in:
root
2026-07-05 14:02:07 +03:30
commit cc1a93e209
86 changed files with 31692 additions and 0 deletions

10
tailwind.config.js Normal file
View File

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