Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed May 7, 2024
1 parent c422fe8 commit d57e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentrons-ai-client/src/molecules/ChatDisplay/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import styled, { css } from 'styled-components'
import styled from 'styled-components'
import { useTranslation } from 'react-i18next'
import Markdown from 'react-markdown'
import {
Expand Down

0 comments on commit d57e564

Please sign in to comment.