Files
AnimeTV-Frontend/app/hero.ts
2025-08-05 07:17:14 +07:00

6 lines
189 B
TypeScript

// 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();