浏览代码

remove axios import

Martin Kunz 1 年之前
父节点
当前提交
5fc93115e3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/ua/UANodeSet.ts

+ 0 - 1
src/ua/UANodeSet.ts

@@ -5,7 +5,6 @@ import { UAVariable } from './UAVariable';
 import { NamespaceTable } from './NameSpaceTable';
 import { Model } from './Model';
 import { XMLElem, type IToXML } from '@/util/XmlElem';
-import axios from 'axios';
 
 export class UANodeSet implements IToXML{