Removing placeholders
This commit is contained in:
@@ -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');
|
||||
}
|
||||
Reference in New Issue
Block a user