diff options
author | crupest <crupest@outlook.com> | 2023-07-15 23:54:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-15 23:54:25 +0800 |
commit | 2514e709c3ad0a5b7fc62b67462c8ba668f89d2c (patch) | |
tree | a74511641a553774c7ca3dad38890b73956ca5fc /FrontEnd/src/views/common/breakpoints.ts | |
parent | 85659d977ac501a13886c1c7098763935af416e2 (diff) | |
download | timeline-2514e709c3ad0a5b7fc62b67462c8ba668f89d2c.tar.gz timeline-2514e709c3ad0a5b7fc62b67462c8ba668f89d2c.tar.bz2 timeline-2514e709c3ad0a5b7fc62b67462c8ba668f89d2c.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/breakpoints.ts')
-rw-r--r-- | FrontEnd/src/views/common/breakpoints.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/breakpoints.ts b/FrontEnd/src/views/common/breakpoints.ts new file mode 100644 index 00000000..fb281610 --- /dev/null +++ b/FrontEnd/src/views/common/breakpoints.ts @@ -0,0 +1,3 @@ +export const breakpoints = { + sm: 576, +} as const; |