From 9787a2446ecd4dc0c605a09a9dd2a9e2da8ecec5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 20 Oct 2025 15:31:39 +0200 Subject: [PATCH] Fix --- web/components/bio/profile-bio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'