mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-30 23:37:08 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import def from "@/common/messagesJson/en.json";
|
|
export const PartialMessages = {
|
|
def,
|
|
} as const;
|