import styles from '@system/documents/Tag.module.scss'; export default function Tag(props) { return {props.children}; }