diff options
author | Vitaly Takmazov | 2023-10-08 15:21:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-10-08 15:21:04 +0300 |
commit | e8744a1620d7761cf721f1cc21562ad2c6ec8e5c (patch) | |
tree | 9ec836ee488096d0d8b7bbf602226dd90bc0bbb3 /vnext/src/ui/Contacts.js | |
parent | bb014265ab1a2d31646097cd38cd620c913a1e06 (diff) |
vnext: react-helmet -> react-helmet-async
Diffstat (limited to 'vnext/src/ui/Contacts.js')
-rw-r--r-- | vnext/src/ui/Contacts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Contacts.js b/vnext/src/ui/Contacts.js index 1c23f042..8a67961c 100644 --- a/vnext/src/ui/Contacts.js +++ b/vnext/src/ui/Contacts.js @@ -1,5 +1,5 @@ import { useEffect, useState } from 'react' -import { Helmet } from 'react-helmet' +import { Helmet } from 'react-helmet-async' import { getChats } from '../api' |