7 lines
114 B
JavaScript

//index.js file
import { form } from "./export";
function ParentComponent() {
return <form.TestComponent />;
}