mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 06:47:06 +00:00
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import he from "@/common/messagesJson/he.json";
|
|
export const PartialMessages = {
|
|
he,
|
|
} as const;
|