CLeanup unused stuff
CI / ci (push) Successful in 44s

This commit is contained in:
2026-05-25 21:35:02 +02:00
parent 6bbde5c1cf
commit 3faab3e3e4
20 changed files with 332 additions and 49 deletions
+2
View File
@@ -79,6 +79,8 @@ describe('DirectorsBoard', () => {
expect(DirectorsBoard.DEFAULT_OPTIONS.position).toEqual({
width: 420,
height: 480,
left: 20,
top: 100,
});
});
});