Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
fix: type import
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jan 17, 2022
1 parent 2fda84d commit a0cca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snjs/lib/models/app/note.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ContentType } from '@Lib/index';
import { isNullOrUndefined } from '@Lib/utils';
import { ContentType } from '@Models/content_types';
import { AppDataField, ItemMutator, SNItem } from '@Models/core/item';
import { PayloadContent } from '@Payloads/generator';
import { PayloadFormat } from './../../protocol/payloads/formats';
Expand Down

0 comments on commit a0cca74

Please sign in to comment.