index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FrontEnd
/
src
/
components
/
breakpoints.ts
blob: fb2816101bfd0cf9ac41bfcfec799605b333a6db (
plain
)
1
2
3
export
const
breakpoints
=
{
sm
:
576
,
}
as
const
;