umami/components/footer.js

5 lines
120 B
JavaScript
Raw Normal View History

2020-07-17 10:03:38 +02:00
import React from 'react';
export default function Footer() {
return <footer className="container">Footer</footer>;
}