1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

rename domain to domainBase for weird nativescript issue

This commit is contained in:
Kyle Spearrin
2018-10-04 14:38:15 -04:00
parent 1f36c5fee6
commit c3f67dbe26
13 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { IdentityData } from '../data/identityData';
import { CipherString } from './cipherString';
import Domain from './domain';
import Domain from './domainBase';
import { IdentityView } from '../view/identityView';