7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
![]() |
import React from 'react'
|
||
|
|
||
|
/*
|
||
|
* Sometimes, you just want a component that does nothing
|
||
|
*/
|
||
|
export const Null = () => null
|