mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +00:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import IndianSchemas from './in';
|
|
|
|
/**
|
|
* Regional Schemas are exported by country code.
|
|
*/
|
|
export default { in: IndianSchemas };
|