chore: use switchboard as dependency for embedded sdk (#18728)

This commit is contained in:
David Aaron Suddjian
2022-02-15 11:53:58 -08:00
committed by GitHub
parent 8b3e27d68b
commit 97a879ef27
6 changed files with 37 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
import { IFRAME_COMMS_MESSAGE_TYPE } from './const';
// We can swap this out for the actual switchboard package once it gets published
import { Switchboard } from '../../superset-frontend/packages/superset-ui-switchboard/src/switchboard';
import { Switchboard } from '@superset-ui/switchboard';
/**
* The function to fetch a guest token from your Host App's backend server.