Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 8, 2025
1 parent 7765ff5 commit 981ddfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/web.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { WebPlugin } from "@capacitor/core";

import type {
NativePurchasesPlugin,
Product,
} from "./definitions";
import type { NativePurchasesPlugin, Product } from "./definitions";

export class NativePurchasesWeb
extends WebPlugin
Expand Down

0 comments on commit 981ddfd

Please sign in to comment.