Removing placeholders

This commit is contained in:
Nate Taylor
2019-10-23 20:17:28 -05:00
parent f5196268c4
commit 25f8a8976c
3 changed files with 0 additions and 17 deletions

View File

@@ -1,21 +1,16 @@
import setText from './results.mjs';
export function get(){
setText('A');
}
export function getCatch(){
setText('B');
}
export function chain(){
setText('C');
}
export function chainCatch(){
setText('C1')
}
export function final(){
setText('D');
}