6 lines
189 B
TypeScript
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();
|