import { html } from 'lit'; // prettier-ignore export const NewDocTooltip = html` Title Type '/' for commands `; // prettier-ignore export const LinkDocTooltip = html` In a decentralized system, we can have a kaleidoscopic complexity to our data. Any user may have a different perspective on what data they either have, choose to share, or accept. For example, one user’s edits to a document might be on their laptop on an airplane; when the plane lands and the computer reconnects, those changes are distributed to other users. Other users might choose to accept all, some, or none of those changes to their version of the document. What’s AFFiNE? `;