remove amb-sdk dep

This commit is contained in:
Matt Hill
2020-12-01 11:55:56 -07:00
parent 28f120ff43
commit 2b22164fe0
6 changed files with 442 additions and 776 deletions

View File

@@ -1,8 +0,0 @@
import WebviewContext from '@start9labs/ambassador-sdk/dist/webview-context'
export const webviewContext = new WebviewContext(async (method: string, data: any) => {
throw new Error (`${method} UNIMPLEMENTED`)
// switch(method){
// case 'getConfigValue': throw new Error ('getConfigValue UNIMPLEMENTED')
// }
})