A React template used within the Galaxy.
npm install --save-dev @theholocron/react-template
import { Component, type ComponentProps } from "@theholocron/react-template";
function App (props: ComponentProps) {
return (
<Component {...props} />
);
}
Check out The Holocron Archive for more information.