mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
client: updated everything, deprecated pubg stuff
This commit is contained in:
@@ -5,8 +5,8 @@ import { Navbar } from './components/Navbar';
|
||||
import './scss/index.scss';
|
||||
|
||||
export class Wrapper extends React.Component<any, any> {
|
||||
constructor() {
|
||||
super();
|
||||
constructor(props: any) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user