auto formatting

This commit is contained in:
proddy
2021-05-06 10:17:33 +02:00
parent 461aa1fd58
commit 54c2a73d68
22 changed files with 47 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import {restController, RestControllerProps, RestFormLoader, SectionContent } from '../components';
import { restController, RestControllerProps, RestFormLoader, SectionContent } from '../components';
import { AP_STATUS_ENDPOINT } from '../api';
import APStatusForm from './APStatusForm';