mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
UI updates #71
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import { Component } from 'react';
|
||||
|
||||
import {
|
||||
ValidatorForm,
|
||||
TextValidator,
|
||||
@@ -11,13 +12,13 @@ import {
|
||||
Box,
|
||||
Link,
|
||||
withWidth,
|
||||
WithWidthProps
|
||||
WithWidthProps,
|
||||
Grid
|
||||
} from '@material-ui/core';
|
||||
|
||||
import SaveIcon from '@material-ui/icons/Save';
|
||||
import MenuItem from '@material-ui/core/MenuItem';
|
||||
|
||||
import Grid from '@material-ui/core/Grid';
|
||||
|
||||
import {
|
||||
redirectingAuthorizedFetch,
|
||||
withAuthenticatedContext,
|
||||
@@ -48,7 +49,7 @@ interface EMSESPSettingsFormState {
|
||||
processing: boolean;
|
||||
}
|
||||
|
||||
class EMSESPSettingsForm extends React.Component<EMSESPSettingsFormProps> {
|
||||
class EMSESPSettingsForm extends Component<EMSESPSettingsFormProps> {
|
||||
state: EMSESPSettingsFormState = {
|
||||
processing: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user