mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Accounts and login.
This commit is contained in:
parent
f3f0ad15f2
commit
49a55b40b4
22 changed files with 347 additions and 172 deletions
5
components/Footer.js
Normal file
5
components/Footer.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
export default function Footer() {
|
||||
return <footer className="container mt-5 mb-5">umami - deliciously simple web stats</footer>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue