mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-24 09:15:55 +00:00
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
|
$(function(){
|
||
|
|
||
|
app = React.renderComponent(ProxyApp, document.body);
|
||
|
|
||
|
});
|