Updated tests

This commit is contained in:
Mike Conrad
2023-08-27 12:08:21 -04:00
parent 7dfd190969
commit 1a00388229
5 changed files with 3 additions and 47 deletions

View File

@ -4,5 +4,3 @@ import { tokenList } from "./tokenList";
document.querySelector<HTMLDivElement>("#app")!.innerHTML = `
${tokenList()}
`;
// setupTokenList(document.querySelector<HTMLDivElement>("#tokens")!);