Created the Features page

This commit is contained in:
Mathias Wagner 2022-09-12 00:59:06 +02:00
parent 0868149e86
commit 82faa06464
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
const Features = () => {
return (<h2>Features</h2>)
}
export default Features;

View File

@ -0,0 +1 @@
export {default} from './Features.jsx';