mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-21 03:21:41 +01:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
|
|
export const GridstackBreakpoints = {
|
||
|
|
large: 1400,
|
||
|
|
medium: 768,
|
||
|
|
};
|