diff --git a/example/Example.tsx b/example/Example.tsx index 2c5c407..441fb69 100644 --- a/example/Example.tsx +++ b/example/Example.tsx @@ -1,5 +1,5 @@ import React, { Component } from "react"; -import { PayPalButton } from "../lib/index"; +import { PayPalButton } from "../src/index"; class Example extends Component { constructor(props: any) {