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