Files
timmypidashev.dev/src/components/footer/index.jsx
T
Timothy Pidashev 73e6e2c354 Jumbo commit
2024-06-07 17:29:08 -07:00

10 lines
130 B
React

import Content from "@/components/footer/content";
function Footer() {
return (
<Content />
);
}
export default Footer;