Skip to content

Commit

Permalink
feat: remove unused files from client
Browse files Browse the repository at this point in the history
mchappell committed Jan 29, 2025
1 parent c30a33c commit 51bc73e
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -94,4 +94,5 @@ type FeatureFlagCustomPayloads = {

export type FeatureFlagPayloads = {
[key in FeatureFlag]: FeatureFlagPayload;
} & FeatureFlagCustomPayloads;
} &
FeatureFlagCustomPayloads;
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
export * from './context';
export {
FeatureFlagCommonSchema,
FeatureFlagDappExplorerSchema,
NetworksEnumSchema,
DappCategoriesEnumSchema,
dappCategoriesEnumSchema
} from './client';

0 comments on commit 51bc73e

Please sign in to comment.