6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
/*
|
|
* Placeholder feeds component that does nothing
|
|
* but allows us to re-use code that expects this
|
|
* to be here
|
|
*/
|
|
export const Feeds = () => null
|