mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
initial lint cleanup
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { AxiosPromise } from 'axios';
|
||||
|
||||
import { Features } from 'types';
|
||||
|
||||
import { AXIOS } from './endpoints';
|
||||
import type { AxiosPromise } from 'axios';
|
||||
|
||||
import type { Features } from 'types';
|
||||
|
||||
export function readFeatures(): AxiosPromise<Features> {
|
||||
return AXIOS.get('/features');
|
||||
|
||||
Reference in New Issue
Block a user