Skip to content

Commit e54b5a4

Browse files
committed
removed unused
1 parent 09f0bbe commit e54b5a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/reactComponents/ModuleNameComponent.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ import * as I18Next from "react-i18next";
2424
import * as React from "react";
2525
import * as commonStorage from "../storage/common_storage";
2626

27-
type Module = {
28-
path: string;
29-
title: string;
30-
type: TabType;
31-
}
32-
3327
type ModuleNameComponentProps = {
3428
tabType: TabType;
3529
newItemName: string;

0 commit comments

Comments
 (0)