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
|