forked from crowetic/commerce
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
|