1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Remove dead code (#9035)

This commit is contained in:
Šimon Brandner
2022-07-11 07:52:44 +02:00
committed by GitHub
parent d1928d2cb3
commit 19e514d83c
28 changed files with 6 additions and 412 deletions

View File

@ -371,5 +371,3 @@ const SpaceTreeLevel: React.FC<ITreeLevelProps> = ({
}) }
</ul>;
};
export default SpaceTreeLevel;