mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
10 lines
112 B
TypeScript
10 lines
112 B
TypeScript
import App from "./simple.raw.jsx?raw";
|
|
|
|
const react = {
|
|
"/App.jsx": App,
|
|
};
|
|
|
|
export default {
|
|
...react,
|
|
};
|