
Refer to the CHANGELOG for all info. --------- Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com> Co-authored-by: Josh Munic <jpmunic@gmail.com> Co-authored-by: Jonathan Haas <haasjona@gmail.com>
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
import React from 'react'
|
|
|
|
/*
|
|
* Sometimes, you just want a component that does nothing
|
|
*/
|
|
export const Null = () => null
|