Router, dashboard

This commit is contained in:
benjaminramey
2018-12-09 19:42:00 -06:00
parent 92d4ace250
commit 2d121e4b0a
5 changed files with 48 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
import React from 'react';
class AnswerKeyList extends React.Component {
render() {
return (
<div className="answerkeylist row">
<h2>Answer Keys</h2>
</div>
);
}
}
export default AnswerKeyList;