refactor: introduce type-only imports (#5462)
This commit is contained in:
committed by
GitHub
parent
e4a29d5991
commit
fc07ce6854
@ -3,7 +3,7 @@
|
||||
|
||||
import { filter, flow, fromPairs, map } from 'lodash/fp';
|
||||
import getBlobSHA from './getBlobSHA';
|
||||
import { AssetProxy } from './implementation';
|
||||
import type { AssetProxy } from './implementation';
|
||||
|
||||
export interface PointerFile {
|
||||
size: number;
|
||||
|
Reference in New Issue
Block a user