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,6 +1,6 @@
|
||||
import Schema from 'async-validator';
|
||||
import { isAPEnabled } from '../framework/ap/APSettingsForm';
|
||||
import { APSettings } from '../types';
|
||||
import { isAPEnabled } from 'framework/ap/APSettingsForm';
|
||||
import { APSettings } from 'types';
|
||||
import { IP_ADDRESS_VALIDATOR } from './shared';
|
||||
|
||||
export const createAPSettingsValidator = (apSettings: APSettings) =>
|
||||
|
||||
Reference in New Issue
Block a user