Components
Footer
Quickstart
Authentication
Payments
Emails
Design
Analytics
Support
Components
Footer
Usage
---
import { Footer } from '~/components';
---
<Footer />
---
import { Footer } from '~/components';
---
<Footer />
import { Footer } from '~/components';
export default async function Page() {
return (
<Footer />
);
}
Content
All of the content is found the component itself.