Skip to content

Commit

Permalink
refactor: 重命名
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed May 26, 2020
1 parent d41e022 commit aba69d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bom/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './fetch'
export * from './navigator'
export * from './now'
export * from './performance'
export * from './raf'
File renamed without changes.
2 changes: 1 addition & 1 deletion src/bom/raf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { now } from './now'
import { now } from './performance'

let lastTime = 0

Expand Down

0 comments on commit aba69d3

Please sign in to comment.