diff options
Diffstat (limited to 'frontend/components/drive/DriveDirectoryView.tsx')
| -rw-r--r-- | frontend/components/drive/DriveDirectoryView.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/frontend/components/drive/DriveDirectoryView.tsx b/frontend/components/drive/DriveDirectoryView.tsx index d93dce8..3558537 100644 --- a/frontend/components/drive/DriveDirectoryView.tsx +++ b/frontend/components/drive/DriveDirectoryView.tsx | |||
| @@ -1,12 +1,6 @@ | |||
| 1 | import { DriveLsEntry } from "@/lib/drive_types" | 1 | import { DriveLsEntry } from "@/lib/drive_types" |
| 2 | import { DriveDirectoryClient } from "./DriveDirectoryClient" | 2 | import { DriveDirectoryClient } from "./DriveDirectoryClient" |
| 3 | 3 | import type { StorageData } from "@/lib/storage" | |
| 4 | interface StorageData { | ||
| 5 | activeDriveUsage: number | ||
| 6 | totalDiskCapacity: number | ||
| 7 | totalDiskUsed: number | ||
| 8 | availableDisk: number | ||
| 9 | } | ||
| 10 | 4 | ||
| 11 | interface DriveDirectoryViewProps { | 5 | interface DriveDirectoryViewProps { |
| 12 | path: string | 6 | path: string |
