Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishekhar committed Dec 19, 2024
1 parent b5321dc commit 17a09bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zoid/buttons/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import {
} from "../../ui/buttons/props";
import { isFundingEligible } from "../../funding";
import { getPixelComponent } from "../pixel";
import { APP_SWITCH_RETURN_HASH, CLASS } from "../../constants";
import { CLASS } from "../../constants";

import { containerTemplate } from "./container";
import { PrerenderedButtons } from "./prerender";
Expand Down

0 comments on commit 17a09bc

Please sign in to comment.