umami/components/Footer.js

6 lines
161 B
JavaScript
Raw Normal View History

2020-07-24 04:56:55 +02:00
import React from 'react';
export default function Footer() {
return <footer className="container mt-5 mb-5">umami - deliciously simple web stats</footer>;
}