Created the Features page
This commit is contained in:
parent
0868149e86
commit
82faa06464
5
src/pages/Features/Features.jsx
Normal file
5
src/pages/Features/Features.jsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
const Features = () => {
|
||||||
|
return (<h2>Features</h2>)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Features;
|
1
src/pages/Features/index.js
Normal file
1
src/pages/Features/index.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
export {default} from './Features.jsx';
|
Loading…
x
Reference in New Issue
Block a user