Added routing and basic board component.
This commit is contained in:
9
client/src/components/footer/footer.component.jsx
Normal file
9
client/src/components/footer/footer.component.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function FooterComponent() {
|
||||
return (
|
||||
<div>
|
||||
Copyright Snapt Software 2019. All rights reserved.
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user