mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
11 lines
No EOL
237 B
JavaScript
11 lines
No EOL
237 B
JavaScript
import React from 'react';
|
|
|
|
const Footer = props => {
|
|
return (
|
|
<div className="footer"><a href="http://telescopeapp.org" target="_blank">Powered By Telescope</a></div>
|
|
)
|
|
}
|
|
|
|
Footer.displayName = "Footer";
|
|
|
|
module.exports = Footer; |