From 35622cb6d6a7ab969d973aacf8c786707fb322be Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 24 Jul 2020 06:33:39 -0700 Subject: big stuffs here --- client/src/pages/CommandsList.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/src/pages/CommandsList.js (limited to 'client/src/pages') diff --git a/client/src/pages/CommandsList.js b/client/src/pages/CommandsList.js new file mode 100644 index 0000000..d74a210 --- /dev/null +++ b/client/src/pages/CommandsList.js @@ -0,0 +1,19 @@ +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; +import { Alert, CardColumns } from 'react-bootstrap'; + +import ServerCard from '../components/selection/ServerCard'; + +export default class CommandsList extends Component { + render() { + return( + + Commands + + ); + } +} + +CommandsList.propTypes = { + user: PropTypes.object +} \ No newline at end of file -- cgit v1.2.3