fix: 🐛 fix scroll bar style (#617)

This commit is contained in:
Hayden Chen
2023-03-16 11:51:07 +08:00
committed by GitHub
parent 25692f8371
commit c797ff5cb3
3 changed files with 33 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import setupAssets from './assets'
import setupScrollbarStyle from './scrollbarStyle'
export { setupAssets }
export { setupAssets, setupScrollbarStyle }