Skip to content

Commit

Permalink
refactor: move stores to db
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 8, 2025
1 parent 619c3a8 commit ea4d351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/services/ndn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import * as Y from 'yjs';

import { StoreDexie, type StoreJS } from './store_js';
import { KeyChainDexie, type KeyChainJS } from './keychain_js';
import { GlobalBus } from './event-bus';
import { StoreDexie, type StoreJS } from '@/services/database/store_js';
import { KeyChainDexie, type KeyChainJS } from '@/services/database/keychain_js';
import { GlobalBus } from '@/services/event-bus';

/* eslint-disable no-var */
declare global {
Expand Down

0 comments on commit ea4d351

Please sign in to comment.