Browse Source

Update index.tsx

Stefan Pejcic 1 year ago
parent
commit
c071f3af56
1 changed files with 7 additions and 0 deletions
  1. 7 0
      documentation/src/pages/privacy-policy/index.tsx

+ 7 - 0
documentation/src/pages/privacy-policy/index.tsx

@@ -1,3 +1,10 @@
+import React from "react";
+import Head from "@docusaurus/Head";
+import { BlogFooter } from "@site/src/refine-theme/blog-footer";
+import { CommonHeader } from "@site/src/refine-theme/common-header";
+import { CommonLayout } from "@site/src/refine-theme/common-layout";
+import clsx from "clsx";
+
 const PrivacyPolicy: React.FC = () => {
     return (
         <CommonLayout>