import {Stack, Text} from '@sanity/ui' import React from 'react' export function NoChanges() { return ( There are no changes Edit the document or select an older version in the timeline to see a list of changes appear in this panel. ) }