Add Account class

This commit is contained in:
Michael Vines
2018-08-22 17:03:50 -07:00
parent 0f1f52e3e4
commit 5a0206bcfe
13 changed files with 109 additions and 85 deletions

View File

@@ -1,5 +1 @@
import thankYou from 'examples/modern';
export const modern = thankYou;
console.log(thankYou());
export {Account} from './account';