hero.ts 188 B

12345
  1. // hero.ts
  2. import { heroui } from "@heroui/react";
  3. // or import from theme package if you are using individual packages.
  4. // import { heroui } from "@heroui/theme";
  5. export default heroui();