🏗 Scaffold for CV metadata import

This commit is contained in:
2021-08-05 09:17:56 -07:00
parent 05fb0fad2b
commit 8df48ea6ae
3 changed files with 38 additions and 3 deletions

View File

@@ -53,3 +53,8 @@ export const comicinfoAPICall = (options) => async (dispatch) => {
});
}
};
export const applyComicVineMatch = options => async (dispatch) => {
console.log(options)
}