Skip to content

Commit

Permalink
Consistency: keep file in kebab case
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Jul 5, 2024
1 parent 03ebb79 commit fd64623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/hooks/usePaymentGatewayFeatureFlag.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { loadFeatureFlags } from "../../utils/loadFeatureFlags";
import { loadFeatureFlags } from "../../utils/load-feature-flags";

export const usePaymentGatewayFeatureFlag = (): boolean => {
const featureFlags = loadFeatureFlags();
Expand Down

0 comments on commit fd64623

Please sign in to comment.