From a563b641b087c3309412e011221f3d6bc36707b8 Mon Sep 17 00:00:00 2001 From: Gerard Clos Date: Thu, 26 Sep 2024 10:55:55 +0200 Subject: [PATCH] fix prettier --- README.md | 5 ----- packages/web-ui/src/ds/molecules/EditableText/index.tsx | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index da22b0509..705f3a4cb 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,6 @@ X

-

- Linter - Tests -

- ## 🌈 Why Latitude? Latitude is a platform that helps developers and product teams build AI features with confidence. Here's what it does: diff --git a/packages/web-ui/src/ds/molecules/EditableText/index.tsx b/packages/web-ui/src/ds/molecules/EditableText/index.tsx index 2e3712bf0..1dc5deab4 100644 --- a/packages/web-ui/src/ds/molecules/EditableText/index.tsx +++ b/packages/web-ui/src/ds/molecules/EditableText/index.tsx @@ -1,6 +1,7 @@ 'use client' import { ReactNode, useState } from 'react' + import { Button, Input } from '../../atoms' export const EditableText = ({