import { SEPARATOR_STRING } from '/@/renderer/api/utils'; import { Text } from '/@/renderer/components/text'; export const Separator = () => { return ( {SEPARATOR_STRING} ); };