diff options
Diffstat (limited to 'apps/web/src/app/privacy')
| -rw-r--r-- | apps/web/src/app/privacy/page.tsx | 6 | ||||
| -rw-r--r-- | apps/web/src/app/privacy/privacy.ts | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/web/src/app/privacy/page.tsx b/apps/web/src/app/privacy/page.tsx index 5d0ae2b8..8d126dff 100644 --- a/apps/web/src/app/privacy/page.tsx +++ b/apps/web/src/app/privacy/page.tsx @@ -1,6 +1,6 @@ -import React from 'react'; -import Markdown from 'react-markdown'; -import { policy } from './privacy'; +import React from "react"; +import Markdown from "react-markdown"; +import { policy } from "./privacy"; function Page() { return ( diff --git a/apps/web/src/app/privacy/privacy.ts b/apps/web/src/app/privacy/privacy.ts index 3e3df4fb..2034f191 100644 --- a/apps/web/src/app/privacy/privacy.ts +++ b/apps/web/src/app/privacy/privacy.ts @@ -46,4 +46,4 @@ If you have any questions about this Privacy Policy, the practices of this site, - Email: [email protected] -This document was last updated on March 2, 2024.`
\ No newline at end of file +This document was last updated on March 2, 2024.`; |