From 71512cf90d59897059a1dabeef0700896b74d313 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 4 Nov 2016 00:35:07 +0100 Subject: [PATCH] Linux build case sensitivity fix (#3161) --- js/src/ui/CopyToClipboard/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/ui/CopyToClipboard/index.js b/js/src/ui/CopyToClipboard/index.js index 182cb6804..6391b478b 100644 --- a/js/src/ui/CopyToClipboard/index.js +++ b/js/src/ui/CopyToClipboard/index.js @@ -14,4 +14,4 @@ // You should have received a copy of the GNU General Public License // along with Parity. If not, see . -export default from './CopyToClipboard'; +export default from './copyToClipboard';