/** * No Concepts Guide * - Prompts adding concepts to an empty scheme. * @todo: Consider adding more instructions, a .gif, or video to this guide. */ import {Card, Label, Stack, Text} from '@sanity/ui' import {InlineHelp} from '../../styles' export const NoConcepts = () => { return ( There are not yet any concepts assigned to this scheme. To create a multi-level hierarchy with specific entry points, create Top Concepts first, then add children to them. To create a flat list of concepts, create Entry Concepts directly. ) }