1/* 2 * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. 3 * License: MIT (same as slate uses https://github.com/ianstormtaylor/slate/blob/master/License.md) 4 */ 5 6// Adapted from my mentions plugin, which is next to this. 7 8export { useEmojis } from "./hook"; 9 10