Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsGoo committed Apr 6, 2024
1 parent 7a56c73 commit 0a69da7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/designer/state/data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { RestDataPlugin,StaticDataPlugin, SubDataPlugin, WebsocketDataPlugin } from 'open-data-v/data'
import {
RestDataPlugin,
StaticDataPlugin,
SubDataPlugin,
WebsocketDataPlugin
} from 'open-data-v/data'
import { DemoDataPlugin } from 'open-data-v/designer'
import { reactive } from 'vue'

Expand Down

0 comments on commit 0a69da7

Please sign in to comment.