move rclone to lib/rclone

This commit is contained in:
FTCHD
2025-01-27 18:21:06 +02:00
parent 6461b8445a
commit 4a0d036f4d
11 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { Button, DrawerContent } from '@nextui-org/react'
import { message } from '@tauri-apps/plugin-dialog'
import { ChevronDown, ChevronUp } from 'lucide-react'
import { useEffect, useMemo, useState } from 'react'
import { createRemote } from '../../lib/rclone'
import { getBackends } from '../../lib/rclone'
import { createRemote } from '../../lib/rclone/api'
import { getBackends } from '../../lib/rclone/api'
import { useStore } from '../../lib/store'
import { triggerTrayRebuild } from '../../lib/tray'
import type { Backend, BackendOption } from '../../types/rclone'