diff --git a/web/src/components/modals/SettingsView/About.tsx b/web/src/components/modals/SettingsView/About.tsx index 43c9eec6..bc9adb0f 100644 --- a/web/src/components/modals/SettingsView/About.tsx +++ b/web/src/components/modals/SettingsView/About.tsx @@ -1,6 +1,30 @@ +import { Typography } from 'antd'; import React from 'react'; +import { version } from 'tailchat-shared'; + +const { Paragraph, Text } = Typography; export const SettingsAbout: React.FC = React.memo(() => { - return