From 893cd0fdb11bfdc8030f87bd05b4091b45253665 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Thu, 20 May 2021 11:23:59 +0200 Subject: [PATCH] chore(README): add StatusQ.Layout module to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5c629c2..9675fbf3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ These modules are: - [StatusQ.Core.Theme](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Core/Theme/qmldir) - [StatusQ.Components](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Controls/qmldir) - [StatusQ.Controls](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Components/qmldir) +- [StatusQ.Layout](https://github.com/status-im/StatusQ/blob/master/src/StatusQ/Layout/qmldir) Provided components can be viewed and tested in the [sandbox application](#viewing-and-testing-components) that comes with this repository. Other than that, modules and components can be used as expected.