Skip to content

Commit

Permalink
fix: webstorm did not refactor path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 18, 2024
1 parent 48260c4 commit 5cced8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/config/src/dev/juno.dev.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {Rule} from '../core/rules';
import type {Rule} from '../types/rules';

export type SatelliteDevCollection = Omit<Rule, 'created_at' | 'updated_at'>;

Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/mainnet/satellite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ENCODING_TYPE} from '../core/encoding';
import type {ENCODING_TYPE} from '../types/encoding';
import type {Either} from '../utils/ts.utils';
import type {JunoConfigMode} from './juno.env';
import type {StorageConfig} from './storage.config';
Expand Down

0 comments on commit 5cced8a

Please sign in to comment.