feat: add input of long url on homepage

This commit is contained in:
2025-07-08 02:28:54 +00:00
parent 32b95bf21b
commit deccc0ae3f
17 changed files with 280 additions and 79 deletions

View File

@@ -45,6 +45,9 @@
]
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3"
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}