This commit is contained in:
FTCHD
2025-02-01 13:01:40 +02:00
parent 4e71ab365a
commit 6be58a6bbd
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -7,7 +7,6 @@ import { useSearchParams } from 'react-router-dom'
import { getRemoteName } from '../../lib/format'
import { getCopyFlags, getFilterFlags, getGlobalFlags, startCopy } from '../../lib/rclone/api'
import { usePersistedStore } from '../../lib/store'
import {} from '../../lib/tray'
import { openTrayWindow } from '../../lib/window'
import OptionsSection from '../components/OptionsSection'
import PathFinder from '../components/PathFinder'