refactor web file structure and seperate settings from status

This commit is contained in:
proddy
2024-07-22 14:46:22 +02:00
parent d0976cd660
commit 53e9a062e8
60 changed files with 149 additions and 251 deletions

View File

@@ -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';