cra + mui + redux + reactrouter
This commit is contained in:
11
src/components/battlefield/engaged.js
Normal file
11
src/components/battlefield/engaged.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React, { Component } from 'react'
|
||||
|
||||
class Engaged extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>Engaged</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Engaged;
|
||||
Reference in New Issue
Block a user