const MacTitlebarDragRegion = () => { return window.electron.platform === "mac" ? (
) : null; }; export default MacTitlebarDragRegion;