import LocalButton from "./Button"; import React from "react"; const RemoteButton = React.lazy(() => import("app2/Button")); const App = () => (