Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and CarlLiu2023 committed Aug 29, 2023
1 parent 24f5a88 commit 9db1f4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/storefront/src/components/HeadlessController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
LineItems,
startMasquerade,
} from '@/utils'
import createShoppingList from '@/utils/b3ShoppingList'
import createShoppingList from '@/utils/b3ShoppingList/b3ShoppingList'

interface HeadlessControllerProps {
setOpenPage: Dispatch<SetStateAction<OpenPageState>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useForm } from 'react-hook-form'
import { Box } from '@mui/material'

import { GlobaledContext } from '@/shared/global'
import createShoppingList from '@/utils/b3ShoppingList'
import createShoppingList from '@/utils/b3ShoppingList/b3ShoppingList'

const B3Dialog = lazy(() => import('../../../components/B3Dialog'))
const B3CustomForm = lazy(() => import('../../../components/B3CustomForm'))
Expand Down

0 comments on commit 9db1f4f

Please sign in to comment.