Skip to content

Commit

Permalink
tidy: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 12, 2023
1 parent 6558140 commit 1a8a3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/daemon.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
import { Platform } from 'quasar';
import { Defaults } from '@webmeshproject/api/utils/networks';
import { DefaultDaemonAddress } from '@webmeshproject/api/utils/daemon';
import { DaemonOptions } from '@webmeshproject/vue';

export const useDaemon = defineStore('daemon', {
Expand All @@ -10,7 +10,7 @@ export const useDaemon = defineStore('daemon', {
process.env.PERSIST_DATA === 'true',

state: () => ({
daemonAddress: Defaults.daemonAddress,
daemonAddress: DefaultDaemonAddress,
}),

getters: {
Expand Down

0 comments on commit 1a8a3f5

Please sign in to comment.