Convert ItemsContainer to react

This commit is contained in:
grafixeyehero
2023-10-13 02:07:49 +03:00
parent 71e431d562
commit c767dba439
7 changed files with 568 additions and 39 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface Event {
export interface Event {
type: string;
}