refactor(mac-address-generator): improved ux
This commit is contained in:
parent
a3efaae04b
commit
5be20923ed
@ -3,7 +3,6 @@ import _ from 'lodash';
|
||||
import { generateRandomMacAddress } from './mac-adress-generator.models';
|
||||
import { computedRefreshable } from '@/composable/computedRefreshable';
|
||||
import { useCopy } from '@/composable/copy';
|
||||
import { useValidation } from '@/composable/validation';
|
||||
import { usePartialMacAddressValidation } from '@/utils/macAddress';
|
||||
|
||||
const amount = useStorage('mac-address-generator-amount', 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user