Import resolution
Looking at the JSX script:
import { ButtonBasic } from "./button.jsx";
import "./mystyles.css";
export default function MyButton(props) {
return <ButtonBasic label={props.label} />;
}
mystyles.cssis a resource bundled in this page.button.jsxlives inassets/js/headlessui, but is mounted relative to this bundle usingResources.Mountin this shortcode: