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 = ({