workspaces_registry_template/site/components/footer.js

5 lines
81 B
JavaScript
Raw Normal View History

2022-12-14 15:03:50 +00:00
export default function Footer() {
return (
<footer></footer>
)
}