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