import * as SmolCart from './Smolcart';

const init = (): Record<string, unknown> => {
  return SmolCart;
};

export { init };
