File size: 153 Bytes
246d201
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { BrowserPanel } from "#/components/features/browser/browser";

function Browser() {
  return <BrowserPanel />;
}

export default Browser;