mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 07:34:36 +01:00
github and discord links
This commit is contained in:
@@ -13,6 +13,7 @@ import MiniDialog from './components/MiniDialog'
|
||||
import DownloadList from './components/common/DownloadList'
|
||||
import Downloads from './components/menu/Downloads'
|
||||
import NewsSection from './components/news/NewsSection'
|
||||
import RightBar from './components/RightBar'
|
||||
|
||||
interface IProps {
|
||||
[key: string]: never;
|
||||
@@ -52,6 +53,8 @@ class App extends React.Component<IProps, IState> {
|
||||
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
|
||||
/>
|
||||
|
||||
<RightBar />
|
||||
|
||||
<NewsSection />
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user