adapt auditor page to new module loading strategy
This commit is contained in:
parent
82f2b76e25
commit
e57cc0560e
@ -115,3 +115,5 @@ class CurrencyList extends React.Component<any, CurrencyListState> {
|
||||
export function main() {
|
||||
ReactDOM.render(<CurrencyList />, document.getElementById("container")!);
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", main);
|
||||
|
@ -56,4 +56,4 @@
|
||||
"src/wxApi.ts",
|
||||
"src/wxBackend.ts"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user