feat: add router to detail and ignore css order problem
This commit is contained in:
9
src/utils/index.ts
Normal file
9
src/utils/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export * from './getNavbarHeight'
|
||||
export * from './locationUtils'
|
||||
export * from './processImage'
|
||||
export * from './timeUtils'
|
||||
export * from './tokenManager'
|
||||
|
||||
export function delay(ms: number) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
}
|
||||
Reference in New Issue
Block a user