mirror of
https://github.com/heyman/heynote.git
synced 2025-01-22 05:48:47 +01:00
Fix broken import
This commit is contained in:
parent
9bf3a5dacc
commit
ff980d240e
@ -1,5 +1,5 @@
|
||||
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";
|
||||
|
||||
const NOTE_KEY_PREFIX = "heynote-library__"
|
||||
|
Loading…
Reference in New Issue
Block a user