Added toast and copy to clipboard functionality
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import "./style.css";
|
||||
|
||||
import { tokenList } from "./tokenList";
|
||||
document.querySelector<HTMLDivElement>("#app")!.innerHTML = `
|
||||
import rootDiv from "./utils/root";
|
||||
|
||||
rootDiv!.innerHTML = `
|
||||
${tokenList()}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user