mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
import swell from 'swell-js'
|
|
import { SWELL_STORE_ID, SWELL_PUBLIC_KEY } from './const'
|
|
|
|
swell.init(SWELL_STORE_ID, SWELL_PUBLIC_KEY)
|
|
|
|
export default swell
|