mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
upgrade packages
This commit is contained in:
parent
c62c336a11
commit
ae1bc3da38
30 changed files with 1138 additions and 1783 deletions
|
|
@ -1,18 +1,14 @@
|
|||
// eslint-disable-next-line
|
||||
import React, { Component } from "react";
|
||||
import Layout from '../Layout/Layout';
|
||||
|
||||
import { AuthGuard } from '@app/components';
|
||||
|
||||
class Player extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Layout>
|
||||
<AuthGuard />
|
||||
<span>"Player"</span>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
function Player() {
|
||||
return (
|
||||
<Layout>
|
||||
<AuthGuard />
|
||||
<span>"Player"</span>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default Player;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue