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 es from "@/common/messagesJson/es.json";
|
|
export const PartialMessages = {
|
|
es,
|
|
} as const;
|