account.js 150 B

123456
  1. window.accountObj = {
  2. display: function(){
  3. clearScreen();
  4. document.querySelector("#accountStrand").style.display = "flex";
  5. }
  6. }