UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

6 lines (5 loc) 148 B
import { Store } from "../store"; export const route = () => { console.log("i am a routing object"); console.log("setting up store", Store); };