1
0
Fork 0
freesewing/packages/react/components/Null/index.mjs

7 lines
123 B
JavaScript
Raw Normal View History

import React from 'react'
/*
* Sometimes, you just want a component that does nothing
*/
export const Null = () => null