mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
replace React bunder based on webpack with Vite #952
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Schema from 'async-validator';
|
||||
import { NetworkSettings } from '../types';
|
||||
import { NetworkSettings } from 'types';
|
||||
import { HOSTNAME_VALIDATOR, IP_ADDRESS_VALIDATOR } from './shared';
|
||||
|
||||
export const createNetworkSettingsValidator = (networkSettings: NetworkSettings) =>
|
||||
|
||||
Reference in New Issue
Block a user