import React from 'react';
export default function Footer() {
return <footer className="container mt-5 mb-5">umami - deliciously simple web stats</footer>;
}