1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +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

@@ -3,7 +3,7 @@ import { FolderData } from '../data/folderData';
import { FolderView } from '../view/folderView';
import { CipherString } from './cipherString';
import Domain from './domain';
import Domain from './domainBase';
export class Folder extends Domain {
id: string;