mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
created /privacy
page
This commit is contained in:
parent
6d2c50e46e
commit
dceedb1e8a
9
packages/app/src/pages/privacy/index.jsx
Normal file
9
packages/app/src/pages/privacy/index.jsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import React from "react"
|
||||||
|
import MarkdownReader from "components/MarkdownReader"
|
||||||
|
import config from "config"
|
||||||
|
|
||||||
|
export default () => {
|
||||||
|
return <MarkdownReader
|
||||||
|
url={config.legal.privacy}
|
||||||
|
/>
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user