Skip to content

Commit

Permalink
fix(components): import missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Dec 17, 2024
1 parent 3f4c995 commit df4a6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/streaming/StreamingACLForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ import {
StreamResourceType,
} from '@emqx/shared-ui-constants'
import { useLocale, useStreamingAuth } from '@emqx/shared-ui-utils'
import type { Component } from 'vue'
import { computed, ref } from 'vue'
interface StreamACL {
Expand Down

0 comments on commit df4a6ad

Please sign in to comment.