mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice: Nav Update (#4367)
This commit is contained in:
parent
0d05f9097d
commit
fac7bfaa92
5 changed files with 270 additions and 2538 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// eslint-disable-next-line
|
||||
import React, { Component } from "react";
|
||||
import { connect } from "react-redux";
|
||||
import { withRouter } from "react-router-dom";
|
||||
import * as _ from "lodash";
|
||||
|
||||
import { ModeratorService } from "api";
|
||||
|
|
@ -96,4 +95,14 @@ const mapStateToProps = state => ({
|
|||
logs: ServerSelectors.getLogs(state)
|
||||
});
|
||||
|
||||
export default withRouter(connect(mapStateToProps)(Logs));
|
||||
export default connect(mapStateToProps)(Logs);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue