Add work page, stylistic changes and dynamic classes to buttons
This commit is contained in:
9
src/pages/how-we-work.js
Normal file
9
src/pages/how-we-work.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
const HowWeWork = () => (
|
||||
<div>
|
||||
<h1>How We Work Page</h1>
|
||||
</div>
|
||||
)
|
||||
|
||||
export default HowWeWork
|
||||
Reference in New Issue
Block a user