🚨⚰️ front: Remove unused references

This commit is contained in:
Eric Doughty-Papassideris
2024-11-11 00:52:16 +01:00
committed by ericlinagora
parent b2bbce98f9
commit 26ca1be629
37 changed files with 52 additions and 103 deletions
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
type TreeItem = { [key: string]: File | TreeItem };
export type FileTreeObject = {