There was an error while loading. Please reload this page.
2 parents 31fbf15 + 77732a9 commit ef36914Copy full SHA for ef36914
2 files changed
components/builder-web/app/actions.test.ts
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-import * as cookies from 'js-cookie';
+import cookies from 'js-cookie';
16
import * as actions from './actions/index';
17
import * as depotApi from './client/depot-api';
18
import { Browser } from './browser';
components/builder-web/app/browser.ts
@@ -1,4 +1,4 @@
1
2
import config from './config';
3
4
export class Browser {
0 commit comments