Skip to content

Commit

Permalink
chore: simplify imports
Browse files Browse the repository at this point in the history
Co-authored-by: Caroline Desprat <[email protected]>
  • Loading branch information
ClemDoum and caro3801 committed Jan 25, 2024
1 parent e9d4439 commit 229f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/neo4j-graph-widget/components/WidgetNeo4jGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ import { AppStatus } from '../store/Neo4jModule'
import { default as Neo4jGraphCount } from '../components/Neo4jGraphCount.vue'
import { default as Neo4jStatusBadge } from '../components/Neo4jStatusBadge.vue'
import { default as Neo4jGraphImport } from '../components/Neo4jGraphImport.vue'
import { default as polling } from '../core/mixin/polling'
import polling from '../core/mixin/polling'

const SHOULD_START_APP_STATUSES = new Set([AppStatus.Error, AppStatus.Stopped].map(x => AppStatus[x]))
const DUMP_DOC_URL = 'https://neo4j.com/docs/operations-manual/current/backup-restore/offline-backup/'
Expand Down

0 comments on commit 229f5d4

Please sign in to comment.