From c53a8ed8dff23b315f48796e7cbe400d51b2150c Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Mon, 22 Jan 2024 20:09:58 +0200 Subject: [PATCH] format --- src/pages/ValidatorOnboarding/Overview/Overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx index 8a1fe431..0e564336 100644 --- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx +++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx @@ -1,4 +1,4 @@ -import { YStack } from 'tamagui' +import { YStack } from 'tamagui' import { Text } from '@status-im/components' import OverviewCard from './OverviewCard'