diff --git a/retroshare-qml-app/src/GxsIdentityDelegate.qml b/retroshare-qml-app/src/GxsIdentityDelegate.qml
index 3d12c58d3..675d4f01b 100644
--- a/retroshare-qml-app/src/GxsIdentityDelegate.qml
+++ b/retroshare-qml-app/src/GxsIdentityDelegate.qml
@@ -19,6 +19,7 @@
import QtQuick 2.7
import QtQuick.Controls 2.0
import "." //Needed for ChatCache singleton
+import "./components"
Item
{
diff --git a/retroshare-qml-app/src/ColorHash.qml b/retroshare-qml-app/src/components/ColorHash.qml
similarity index 100%
rename from retroshare-qml-app/src/ColorHash.qml
rename to retroshare-qml-app/src/components/ColorHash.qml
diff --git a/retroshare-qml-app/src/qml.qrc b/retroshare-qml-app/src/qml.qrc
index 7228adc1a..46f04b9c3 100644
--- a/retroshare-qml-app/src/qml.qrc
+++ b/retroshare-qml-app/src/qml.qrc
@@ -25,7 +25,6 @@
TrustedNodeDetails.qml
ClipboardWrapper.qml
ContactDetails.qml
- ColorHash.qml
icons/rating-unrated.png
icons/rating.png
TimedPopup.qml
@@ -38,5 +37,6 @@
icons/smiley.svg
icons/microphone_mute.svg
icons/microphone.svg
+ components/ColorHash.qml