This commit is contained in:
Chris Trevino 2021-09-09 13:27:48 -07:00
Родитель 5b8c89925b
Коммит 19fe644e93
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,9 +2,9 @@
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
import { manageConsent } from '../../consent'
import { FC, memo } from 'react'
import styled from 'styled-components'
import { manageConsent } from '../../consent'
export const Footer: FC = memo(function Footer() {
return (