mirror of
https://github.com/zhigang1992/umami.git
synced 2026-01-12 17:53:11 +08:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import React from 'react';
|
|
|
|
export default function Footer() {
|
|
return <footer className="container">Footer</footer>;
|
|
} |