Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed May 7, 2024
1 parent f6c05dc commit b71b40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/filepicker/src/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { formatSizeToReadableString, parseFileName } from './utils'
import { formatSizeToReadableString } from './utils'
import { parseFileName } from '@standardnotes/utils'

describe('utils', () => {
describe('parseFileName', () => {
Expand Down

0 comments on commit b71b40a

Please sign in to comment.