test: fix upload dialog import order

This commit is contained in:
Ravi Kumar L 2026-06-21 17:48:58 +02:00
parent 225d50bebe
commit 0a0ce6a76c

View file

@ -1,6 +1,6 @@
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
import type { ReactNode } from 'react';
import type { FileConfigInput } from 'librechat-data-provider';
import type { ReactNode } from 'react';
import UploadSkillDialog from '../UploadSkillDialog';
const mockMutate = jest.fn();