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