refactor(ui): cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / ui / web / tests / unit / CSTable.spec.ts
index 0a364a6cf62fc3d184fd0dac8b35c6efbcb29b83..8a417af8619544233f04c94705de0e4738c8d641 100644 (file)
@@ -1,5 +1,6 @@
-import { expect, test } from 'vitest'
 import { shallowMount } from '@vue/test-utils'
+import { expect, test } from 'vitest'
+
 import CSTable from '@/components/charging-stations/CSTable.vue'
 import type { ChargingStationData } from '@/types'