@ag.common/footer
v1.10.0
Published
```sh yarn add @ag.common/footer ```
Downloads
112
Keywords
Readme
Footer
Installation
yarn add @ag.common/footerUsage
import { Footer } from '@ag.common/footer';
function App() {
return (
<>
<YourApplication />
<Footer />
</>
);
}