UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (6 loc) 184 B
import { jwtdecode } from "../auth"; console.log("here shit"); export const Store = () => { console.log('********************************'); console.log("decode?", jwtdecode); };