mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
10 lines
95 B
TypeScript
10 lines
95 B
TypeScript
|
|
|
|
const STRINGS = {
|
|
version: "1",
|
|
values: {
|
|
"foo": "bar"
|
|
}
|
|
}
|
|
|
|
export default STRINGS; |