mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
refactor web file structure and seperate settings from status
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { isAPEnabled } from 'app/settings/APSettings';
|
||||
import Schema from 'async-validator';
|
||||
import { isAPEnabled } from 'framework/ap/APSettings';
|
||||
import type { APSettingsType } from 'types';
|
||||
|
||||
import { IP_ADDRESS_VALIDATOR } from './shared';
|
||||
|
||||
Reference in New Issue
Block a user