github and discord links

This commit is contained in:
SpikeHD
2022-05-14 02:42:05 -07:00
parent ac7ee2d02d
commit f43cc3efc3
7 changed files with 93 additions and 0 deletions

View File

@@ -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 />
{