Cleanup and file reorganization
This commit is contained in:
10
js/components/PageHelp.js
Normal file
10
js/components/PageHelp.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import HeroHeadline from './HeroHeadline';
|
||||
|
||||
export default function PageHelp() {
|
||||
return (
|
||||
<div>
|
||||
<HeroHeadline>How to use AOE Technology Radar</HeroHeadline>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user