Skip to content

Commit

Permalink
style: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Sep 15, 2024
1 parent 06441c6 commit 78b25d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/context/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {definePackage} from '@alwatr/logger';
import {AlwatrObservable, type AlwatrObservableConfig} from '@alwatr/observable';

import type {} from '@alwatr/nano-build';
import type {Dictionary} from '@alwatr/type-helper';

import {definePackage} from '@alwatr/logger';

definePackage('@alwatr/context', __package_version__);

Expand Down
2 changes: 1 addition & 1 deletion packages/signal/src/signal.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AlwatrObservable, type AlwatrObservableConfig} from '@alwatr/observable';

import {logger} from './logger.ts';
import {logger} from './logger.js';

import type {Dictionary} from '@alwatr/type-helper';

Expand Down

0 comments on commit 78b25d8

Please sign in to comment.