This commit is contained in:
parent
12f1dd4244
commit
35ba7fae78
7 changed files with 10 additions and 10 deletions
|
@ -14,9 +14,9 @@
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
pub mod user;
|
|
||||||
pub mod repository;
|
|
||||||
pub mod reaction;
|
|
||||||
pub mod label;
|
|
||||||
pub mod identities;
|
pub mod identities;
|
||||||
|
pub mod label;
|
||||||
|
pub mod reaction;
|
||||||
|
pub mod repository;
|
||||||
pub mod topic;
|
pub mod topic;
|
||||||
|
pub mod user;
|
||||||
|
|
Loading…
Reference in a new issue