chore: organization
This commit is contained in:
parent
2ce9d35578
commit
532772fc55
9 changed files with 26 additions and 25 deletions
|
@ -27,7 +27,7 @@ export const searchIndex = (collection) => {
|
|||
return searchIndex
|
||||
}
|
||||
|
||||
export const followContent = (collection) => {
|
||||
export const allContent = (collection) => {
|
||||
const aggregateContent = []
|
||||
const collectionData = collection.getAll()[0]
|
||||
const { data } = collectionData
|
||||
|
|
Reference in a new issue