mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
9a52681687
commit
840a5b8e9b
104 changed files with 1645 additions and 13494 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import useBreakpoint from './useBreakpoint'
|
||||
|
||||
const useIsMobile = () => {
|
||||
const breakpoint = useBreakpoint()
|
||||
return ['sm', 'md'].includes(breakpoint)
|
||||
// const breakpoint = useBreakpoint()
|
||||
// return ['sm', 'md'].includes(breakpoint)
|
||||
return false
|
||||
}
|
||||
|
||||
export default useIsMobile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue