mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
move users inside app
This commit is contained in:
parent
39b3cc0698
commit
942b48914c
@ -5,6 +5,7 @@ pub mod project_repository;
|
||||
pub mod projects;
|
||||
pub mod reader;
|
||||
pub mod sessions;
|
||||
pub mod users;
|
||||
pub mod watcher;
|
||||
mod writer;
|
||||
|
||||
|
@ -10,7 +10,6 @@ mod git;
|
||||
mod pty;
|
||||
mod search;
|
||||
mod storage;
|
||||
mod users;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
@ -27,7 +26,7 @@ use tauri_plugin_log::{
|
||||
use thiserror::Error;
|
||||
use timed::timed;
|
||||
|
||||
use crate::app::{projects, deltas, sessions};
|
||||
use crate::app::{projects, deltas, sessions, users};
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum Error {
|
||||
|
Loading…
Reference in New Issue
Block a user