New: Indexer history in indexer info modal

This commit is contained in:
Qstick
2023-09-03 14:47:07 -05:00
parent 0f160707d3
commit 3dd3c80b54
27 changed files with 707 additions and 288 deletions
@@ -3,6 +3,11 @@
interface CssExports {
'deleteButton': string;
'description': string;
'selectedTab': string;
'tab': string;
'tabContent': string;
'tabList': string;
'tabs': string;
}
export const cssExports: CssExports;
export default cssExports;