1
0
Fork 0
freesewing/sites/shared/components/raw-span.mjs

2 lines
94 B
JavaScript
Raw Normal View History

export const RawSpan = ({ html = '' }) => <span dangerouslySetInnerHTML={{ __html: html }} />