chore: fix duplicate file name error when exporting notes and refactor file name utils (#2877) [skip e2e]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { formatSizeToReadableString, parseFileName } from './utils'
|
||||
import { formatSizeToReadableString } from './utils'
|
||||
import { parseFileName } from '@standardnotes/utils'
|
||||
|
||||
describe('utils', () => {
|
||||
describe('parseFileName', () => {
|
||||
|
||||
Reference in New Issue
Block a user