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,4 @@
|
||||
import { parseFileName } from '@standardnotes/filepicker'
|
||||
import { parseFileName } from '@standardnotes/utils'
|
||||
import { Converter } from '../Converter'
|
||||
|
||||
export class HTMLConverter implements Converter {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { parseFileName } from '@standardnotes/filepicker'
|
||||
import { parseFileName } from '@standardnotes/utils'
|
||||
import {
|
||||
FeatureStatus,
|
||||
FeaturesClientInterface,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { parseFileName } from '@standardnotes/filepicker'
|
||||
import { parseFileName } from '@standardnotes/utils'
|
||||
import { Converter } from '../Converter'
|
||||
|
||||
export class PlaintextConverter implements Converter {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { SuperConverterServiceInterface } from '@standardnotes/files'
|
||||
import { parseFileName } from '@standardnotes/filepicker'
|
||||
import { parseFileName } from '@standardnotes/utils'
|
||||
import { Converter } from '../Converter'
|
||||
import { ConversionResult } from '../ConversionResult'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user