webio-node/src/components/AdminPage/IPCam/index.js

14 lines
199 B
JavaScript
Raw Normal View History

2017-03-27 06:53:34 +00:00
import React from 'react';
import {} from 'semantic-ui-react';
class IPCamPage extends React.Component{
render(){
return (
null
)
}
}
export default IPCamPage;