Skip to content

Commit

Permalink
Change in View-Contacts type Page at React.FC
Browse files Browse the repository at this point in the history
  • Loading branch information
linklib committed Apr 25, 2021
1 parent ad2e186 commit 8e50354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 (
<>
<h1>Контакты</h1>
Expand Down

0 comments on commit 8e50354

Please sign in to comment.