build(deps-dev): Bump eslint-plugin-vue from 9.18.0 to 9.18.1 in /ui/web
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / Utils.ts
index 93499abce4e42398b1f7d499281494da136d3684..851ba4318fc337474875025a85d900799ce2ebbf 100644 (file)
@@ -1,5 +1,3 @@
-import util from 'node:util';
-
 const isUndefined = (value: unknown): boolean => {
   return typeof value === 'undefined';
 };