Move src dir
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Container from "@/components/ui/container";
|
||||
import Content from "@/components/footer/content";
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
<Content />
|
||||
);
|
||||
}
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user