mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +01:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
|
import React from 'react'
|
||
|
|
||
|
export default 'SvgrURL'
|
||
|
const SvgrMock = React.forwardRef((props, ref) => <span ref={ref} {...props} />)
|
||
|
|
||
|
export const ReactComponent = SvgrMock
|