Skip to content

Commit

Permalink
fix(soffit-pwa): import path
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 15, 2023
1 parent 9340b3c commit ed03cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquely/soffit-pwa/src/type.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {StringifyableRecord} from '@alwatr/type';
import type {IconBoxContent} from '@alwatr/ui-kit/card/icon-box.js';
import type {ImageBoxContent} from '@alwatr/ui-kit/src/card/image-box.js';
import type {ImageBoxContent} from '@alwatr/ui-kit/card/image-box.js';
import type {TopAppBarContent} from '@alwatr/ui-kit/top-app-bar/top-app-bar.js';

export interface BoxType extends IconBoxContent {
Expand Down

0 comments on commit ed03cf9

Please sign in to comment.