/** * Create a component with common options */ import createBasic from './create-basic'; export default function(sfc) { return createBasic(sfc); }