Skip to content

Commit 9787a24

Browse files
committed
Fix
1 parent 4cb29d2 commit 9787a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/bio/profile-bio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Profile} from 'common/love/profile'
2-
import React, {useEffect, useState} from 'react'
2+
import {useEffect, useState} from 'react'
33
import {Col} from 'web/components/layout/col'
44
import {Subtitle} from '../widgets/profile-subtitle'
55
import {BioBlock} from './profile-bio-block'

0 commit comments

Comments
 (0)