diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-20 16:52:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-20 16:52:00 +0100 |
commit | a0c48081516f8fd6adae16c57a4f851bb139e36d (patch) | |
tree | 04528b7ccd2191a17f36f59b1aaaa9804c8cec9a /components/accounts/qmldir | |
parent | eb5dd31512b26d3240e2d07b29e976270f028297 (diff) | |
download | kube-a0c48081516f8fd6adae16c57a4f851bb139e36d.tar.gz kube-a0c48081516f8fd6adae16c57a4f851bb139e36d.zip |
Normalize the component package structure
Diffstat (limited to 'components/accounts/qmldir')
-rw-r--r-- | components/accounts/qmldir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/qmldir b/components/accounts/qmldir index e563fec3..24759d6a 100644 --- a/components/accounts/qmldir +++ b/components/accounts/qmldir | |||
@@ -1,4 +1,4 @@ | |||
1 | module org.kube.accounts | 1 | module org.kube.components.accounts |
2 | 2 | ||
3 | Accounts 1.0 Accounts.qml | ||
3 | AccountWizard 1.0 AccountWizard.qml | 4 | AccountWizard 1.0 AccountWizard.qml |
4 | |||