import React from 'react'; const BrowserFrame = ({ children }) =>
{children}
; export default BrowserFrame;