import { Links } from '../links.coffee'

Meteor.publish 'links', (selector = {}, options) =>
  Links.find selector, options
