mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07:00
Initial Commit Rework
This commit is contained in:
parent
74a4cc048c
commit
95051cbd63
2483 changed files with 101351 additions and 111396 deletions
5
frontend/src/Helpers/Props/sizes.js
Normal file
5
frontend/src/Helpers/Props/sizes.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const SMALL = 'small';
|
||||
export const MEDIUM = 'medium';
|
||||
export const LARGE = 'large';
|
||||
|
||||
export const all = [SMALL, MEDIUM, LARGE];
|
Loading…
Add table
Add a link
Reference in a new issue