1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

always direct refs from popup

This commit is contained in:
Kyle Spearrin
2018-01-09 15:39:24 -05:00
parent a01f2fa3a1
commit e1a513670f
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import * as angular from 'angular';
import * as template from './add-folder.component.html';
import { Folder } from 'jslib/models/domain/';
import { Folder } from 'jslib/models/domain/folder';
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';