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