Skip to content

Commit

Permalink
fix(discovery-client): fix import statement (#14856)
Browse files Browse the repository at this point in the history
* fix(discovery-client): fix import statement
  • Loading branch information
koji authored Apr 10, 2024
1 parent 309b6c1 commit 7544175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discovery-client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import postCssApply from 'postcss-apply'
import postColorModFunction from 'postcss-color-mod-function'
import postCssPresetEnv from 'postcss-preset-env'
import lostCss from 'lost'
import type { UserConfig } from 'vite
'
import type { UserConfig } from 'vite'

export default defineConfig(
async (): Promise<UserConfig> => {
const project = process.env.OPENTRONS_PROJECT ?? 'robot-stack'
Expand Down

0 comments on commit 7544175

Please sign in to comment.