diff --git a/documentation/src/refine-theme/common-footer.tsx.save b/documentation/src/refine-theme/common-footer.tsx.save deleted file mode 100644 index ec9ded01..00000000 --- a/documentation/src/refine-theme/common-footer.tsx.save +++ /dev/null @@ -1,78 +0,0 @@ -import clsx from "clsx"; -mport React from "react"; -import { socialLinks } from "./footer-data"; - -export const CommonFooter = () => { - return ( - - ); -};