We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b933c6 commit e72bf7fCopy full SHA for e72bf7f
1 file changed
src/tabs/RequirementsTab.js
@@ -0,0 +1,11 @@
1
+import React, { Component } from 'react';
2
+
3
+class RequirementsTab extends Component {
4
+ render() {
5
+ return (
6
+ <div></div>
7
+ );
8
+ }
9
+}
10
11
+export default RequirementsTab;
0 commit comments