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