mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Reorganize imports in data_forms module
This commit is contained in:
parent
1d99e9a298
commit
c94c53ac86
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@
|
|||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
pub use data_form::*;
|
||||
pub use validate::*;
|
||||
|
||||
/// XEP-0004: Data Forms
|
||||
pub mod data_form;
|
||||
|
||||
pub mod validate;
|
||||
|
||||
pub use data_form::*;
|
||||
pub use validate::*;
|
||||
|
|
Loading…
Reference in a new issue