// Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause import React from "react" const PortalContainerContext = React.createContext( undefined ) export default PortalContainerContext