Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 8, 2024
1 parent bd073a1 commit fd09755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Zniffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ import {
isRssiError,
rssiToString,
getEnumMemberName,
ZWaveFrameType,
} from 'zwave-js/safe'
import { socketEvents } from '@server/lib/SocketEvents'
import { jsonToList } from '../lib/utils'
Expand All @@ -88,7 +89,6 @@ import { mapState, mapActions } from 'pinia'
import useBaseStore from '../stores/base.js'
import { inboundEvents as socketActions } from '@server/lib/SocketEvents'
import { rfRegions } from '../lib/items.js'
import { ZWaveFrameType } from 'zwave-js/core/safe'
export default {
name: 'Zniffer',
Expand Down

0 comments on commit fd09755

Please sign in to comment.