Fix import statement in vitest.config.ts

This commit is contained in:
2025-11-10 19:27:47 +01:00
parent 414000d72f
commit aeeab0e37a

View File

@@ -1,5 +1,5 @@
/// <reference types="vitest" /> /// <reference types="vitest" />
import { defineConfig } from 'vite'; import { defineConfig } from 'vitest/config';
import react from '@vitejs/plugin-react'; import react from '@vitejs/plugin-react';
import path from 'path'; import path from 'path';