Skip to content

Commit

Permalink
fix(element): import type
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 5, 2023
1 parent 711cb56 commit b125318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ui/element/src/mixins/direction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {localeContextConsumer} from '@alwatr/i18n';

import {SignalMixinInterface} from './signal.js';

import type {SignalMixinInterface} from './signal.js';
import type {Constructor, LocaleContext} from '@alwatr/type';

export declare class DirectionMixinInterface extends SignalMixinInterface {
Expand Down
3 changes: 1 addition & 2 deletions ui/element/src/mixins/signal.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {unsubscribe} from '@alwatr/signal/core.js';

import {LoggerMixinInterface} from './logging.js';

import type {LoggerMixinInterface} from './logging.js';
import type {ListenerSpec} from '@alwatr/signal/type.js';
import type {Constructor} from '@alwatr/type';

Expand Down

0 comments on commit b125318

Please sign in to comment.