lock fix; linting

This commit is contained in:
2024-01-30 14:00:38 +01:00
parent c7da8477fa
commit c06d75b981
3 changed files with 161 additions and 35 deletions
-2
View File
@@ -4,8 +4,6 @@ import { API, Websocket } from '../typings/api';
import axios from 'axios';
import { Status } from '../typings/common';
import { StationJSONData } from './typings';
import { io } from 'socket.io-client';
import packageInfo from '../../package.json';
export const useApiStore = defineStore('apiStore', {
state: () => ({