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