import { Button } from "@fixture/another-components"; import { Button as MyButton, Link } from "@fixture/my-components"; export function MyPage() { return ( <> ); } export function createPage() { function Link() { return null; } function MyButton() { return null; } return () => ( <>