mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 01:35:17 +01: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>;
|
|
} |