mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
90 B
React
7 lines
90 B
React
![]() |
const Footer = props => {
|
||
|
return (
|
||
|
<div>footer</div>
|
||
|
)
|
||
|
}
|
||
|
|
||
|
module.exports = Footer;
|