mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 13:31:38 +02:00
Fix broken import
This commit is contained in:
parent
9bf3a5dacc
commit
ff980d240e
@ -1,5 +1,5 @@
|
|||||||
import { Exception } from "sass";
|
import { Exception } from "sass";
|
||||||
import { SETTINGS_CHANGE_EVENT, OPEN_SETTINGS_EVENT } from "../electron/constants";
|
import { SETTINGS_CHANGE_EVENT, OPEN_SETTINGS_EVENT } from "@/src/common/constants";
|
||||||
import { NoteFormat } from "../src/common/note-format";
|
import { NoteFormat } from "../src/common/note-format";
|
||||||
|
|
||||||
const NOTE_KEY_PREFIX = "heynote-library__"
|
const NOTE_KEY_PREFIX = "heynote-library__"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user