import React from 'react' const categories = { activity: () => ( ), custom: () => ( ), flags: () => ( ), foods: () => ( ), nature: () => ( ), objects: () => ( ), people: () => ( ), places: () => ( ), recent: () => ( ), symbols: () => ( ), } const search = { search: () => ( ), delete: () => ( ), } export { categories, search }