* feat: tag sections, subsections, and the whole course * docs: add comments to useContentTagsCount
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
/* eslint-disable import/prefer-default-export */
|
|
export { default as contentTagsCountMock } from './contentTagsCount';
|