/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; import { AuthDiv } from 'components'; import Table from './Table'; import Console from './console'; function Index() { return ( ) } export default observer(Index)