mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Initial commit.
This commit is contained in:
commit
f7f0c05e12
27 changed files with 13028 additions and 0 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">Footer</footer>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue