Files
AnimeTV-Frontend/app/hero.ts

6 lines
194 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();