mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: updates
This commit is contained in:
parent
d4d8dd817b
commit
4c90db789b
14 changed files with 144 additions and 82 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { createBreakpoint } from 'react-use'
|
||||
|
||||
const useBreakpoint = createBreakpoint({
|
||||
sm: 767,
|
||||
md: 1023,
|
||||
lg: 1279,
|
||||
xl: 1535,
|
||||
sm: 640,
|
||||
md: 768,
|
||||
lg: 1024,
|
||||
xl: 1280,
|
||||
'2xl': 1536,
|
||||
}) as () => 'sm' | 'md' | 'lg' | 'xl' | '2xl'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue