openpanel/documentation/src/refine-theme/blog-footer.tsx
2024-02-05 10:23:04 +01:00

8 lines
146 B
TypeScript

import React from "react";
import { LandingFooter } from "./landing-footer";
export const BlogFooter = () => {
return <LandingFooter />;
};