We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e3e4c commit 0797919Copy full SHA for 0797919
packages/sample-controllers/src/sample-gas-prices-service/index.ts
@@ -1,2 +1,2 @@
1
-export type * from './sample-abstract-gas-prices-service';
2
-export * from './sample-gas-prices-service';
+export { type SampleAbstractGasPricesService } from './sample-abstract-gas-prices-service';
+export { SampleGasPricesService } from './sample-gas-prices-service';
0 commit comments