build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / tests / unit / CSTable.spec.ts
index ca7bc931dfef25291044e5ac3f382e806329c51f..cc31c0cfaf996de0904af3d628149e39c9d55a63 100644 (file)
@@ -1,7 +1,7 @@
+import { expect, test } from 'vitest';
 import { shallowMount } from '@vue/test-utils';
 import CSTable from '@/components/charging-stations/CSTable.vue';
-import type { ChargingStationData } from '@/types/ChargingStationType';
-import { expect, test } from 'vitest';
+import type { ChargingStationData } from '@/types';
 
 test('renders CS table columns name', () => {
   const chargingStations: ChargingStationData[] = [];