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