⬆️ updgrade tailwindcss to v4

This commit is contained in:
2025-08-05 07:17:14 +07:00
parent 9930f27a84
commit 6b491bccd4
7 changed files with 280 additions and 306 deletions

5
app/hero.ts Normal file
View File

@ -0,0 +1,5 @@
// hero.ts
import { heroui } from "@heroui/react";
// or import from theme package if you are using individual packages.
// import { heroui } from "@heroui/theme";
export default heroui();