From 8e5035440d0af92edbc265586d28c3a280a1f1bd Mon Sep 17 00:00:00 2001 From: Dima Date: Sun, 25 Apr 2021 07:30:59 +0300 Subject: [PATCH] Change in View-Contacts type Page at React.FC --- src/pages/Contacts/View/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Contacts/View/index.tsx b/src/pages/Contacts/View/index.tsx index 7be684a..56a3f1f 100644 --- a/src/pages/Contacts/View/index.tsx +++ b/src/pages/Contacts/View/index.tsx @@ -1,7 +1,6 @@ import React from 'react' -import { Page } from '../_App/interfaces' -const СontactsPageView: Page = () => { +const СontactsPageView: React.FC = () => { return ( <>

Контакты