Skip to content

Commit 77732a9

Browse files
committed
fixing errors after bumping js-cookie
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 31fbf15 commit 77732a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/builder-web/app/actions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import * as cookies from 'js-cookie';
15+
import cookies from 'js-cookie';
1616
import * as actions from './actions/index';
1717
import * as depotApi from './client/depot-api';
1818
import { Browser } from './browser';

components/builder-web/app/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as cookies from 'js-cookie';
1+
import cookies from 'js-cookie';
22
import config from './config';
33

44
export class Browser {

0 commit comments

Comments
 (0)