mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
@@ -1,8 +1,8 @@
|
||||
import { SecureNoteType } from '../../enums';
|
||||
import { SecureNoteType } from '../../enums/secureNoteType';
|
||||
|
||||
import { View } from './view';
|
||||
|
||||
import { SecureNote } from '../domain';
|
||||
import { SecureNote } from '../domain/secureNote';
|
||||
|
||||
export class SecureNoteView implements View {
|
||||
type: SecureNoteType;
|
||||
|
||||
Reference in New Issue
Block a user