Skip to content

Commit c96f71a

Browse files
committed
order
1 parent 866de4d commit c96f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/upload-queue/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import type { Component } from 'solid-js'
55
import IconButton from '~/components/material/IconButton'
66
import { useUploadQueue } from '~/hooks/use-upload-queue'
77

8-
import QueueStatistics from './QueueStatistics'
98
import QueueItemTable from './QueueItemTable'
9+
import QueueStatistics from './QueueStatistics'
1010

1111
interface UploadQueueProps {
1212
dongleId: string

0 commit comments

Comments
 (0)