Skip to content

Commit

Permalink
fix serverless not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
ciruz committed May 31, 2023
1 parent 9be9fe4 commit 4b1ab89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextApiRequest, NextApiResponse } from 'next'

import Stripe from 'stripe'
import { validateCartItems } from 'use-shopping-cart/utilities/serverless'
import { validateCartItems } from 'use-shopping-cart/utilities'

/*
* Product data can be loaded from anywhere. In this case, we’re loading it from
Expand Down

0 comments on commit 4b1ab89

Please sign in to comment.