From 491f5df763bc83a4f507534aa9643f5a46a73027 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 3 Nov 2022 01:11:30 +0300 Subject: [PATCH] Created connect page --- src/components/Pages/ConnectPage.tsx | 45 ++++++++++++++++++++++++++++ src/components/Root.tsx | 2 ++ src/components/Views/Connect.tsx | 39 ------------------------ src/pages/connect.astro | 14 +++++++++ src/stores/router.ts | 2 ++ 5 files changed, 63 insertions(+), 39 deletions(-) create mode 100644 src/components/Pages/ConnectPage.tsx delete mode 100644 src/components/Views/Connect.tsx create mode 100644 src/pages/connect.astro diff --git a/src/components/Pages/ConnectPage.tsx b/src/components/Pages/ConnectPage.tsx new file mode 100644 index 00000000..b278bf2a --- /dev/null +++ b/src/components/Pages/ConnectPage.tsx @@ -0,0 +1,45 @@ +import { MainLayout } from '../Layouts/MainLayout' + +export const ConnectPage = () => { + return ( + +
+
+

+ Предложить идею +

+
+

+ Хотите что-то предложить, обсудить или посоветовать? Поделиться темой или идеей? Напишите нам + скорее! Если укажете свою почту, мы обязательно ответим. +

+ +
+
+ +
+
+ + +
+
+