mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
function FnDepth1() {
|
|
return null;
|
|
}
|
|
|
|
export default FnDepth1;
|