1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00
blog/jest/__mocks__/svgr-mock.ts

4 lines
83 B
TypeScript
Raw Normal View History

2019-10-11 23:50:03 +02:00
const content = 'svg'
export const ReactComponent = content
export default content