Skip to content

Commit

Permalink
fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
connected-znaim committed Oct 22, 2024
1 parent 9a3a48a commit 54a6eca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import {
SPACING,
LegacyStyledText,
} from '@opentrons/components'
import { i18n } from '/app/i18n'
import { UploadInput } from '..'
import { renderWithProviders } from '/app/__testing-utils__'
import { renderWithProviders } from '../../../__testing-utils__'
import { i18n } from '../../../i18n'

describe('UploadInput', () => {
let onUpload: any
Expand Down

0 comments on commit 54a6eca

Please sign in to comment.