diff --git a/web/components/bio/profile-bio.tsx b/web/components/bio/profile-bio.tsx index fb51e2e9..658ab441 100644 --- a/web/components/bio/profile-bio.tsx +++ b/web/components/bio/profile-bio.tsx @@ -1,5 +1,5 @@ import {Profile} from 'common/love/profile' -import React, {useEffect, useState} from 'react' +import {useEffect, useState} from 'react' import {Col} from 'web/components/layout/col' import {Subtitle} from '../widgets/profile-subtitle' import {BioBlock} from './profile-bio-block'