From d73c3e7f4444c5bd604b8074547d5ea7829b1856 Mon Sep 17 00:00:00 2001 From: Gleb Rosev Date: Wed, 13 May 2020 23:20:42 +0300 Subject: [PATCH] Fixed import from "../lib/index" to "../src/index" --- example/Example.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {