Skip to content

Commit 0797919

Browse files
committed
replace export * with specific exports.
1 parent 83e3e4c commit 0797919

File tree

1 file changed

+2
-2
lines changed
  • packages/sample-controllers/src/sample-gas-prices-service

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type * from './sample-abstract-gas-prices-service';
2-
export * from './sample-gas-prices-service';
1+
export { type SampleAbstractGasPricesService } from './sample-abstract-gas-prices-service';
2+
export { SampleGasPricesService } from './sample-gas-prices-service';

0 commit comments

Comments
 (0)