mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import usage from "./usage";
|
|
import linkDescription from "./link-description";
|
|
|
|
export const userContent = {
|
|
usage,
|
|
linkDescription,
|
|
};
|