mirror of
https://github.com/balzack/databag.git
synced 2025-02-13 03:59:16 +00:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
|
export const Config = {
|
||
|
tabbedWidth: 650,
|
||
|
};
|
||
|
|
||
|
export default Config;
|