1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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

@@ -8,7 +8,7 @@ import { Attachment } from '../models/domain/attachment';
import { Card } from '../models/domain/card';
import { Cipher } from '../models/domain/cipher';
import { CipherString } from '../models/domain/cipherString';
import Domain from '../models/domain/domain';
import Domain from '../models/domain/domainBase';
import { Field } from '../models/domain/field';
import { Identity } from '../models/domain/identity';
import { Login } from '../models/domain/login';