Organize imports better
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import { users as sql } from "@kredens/db/sql";
|
||||
import argon2 from "argon2";
|
||||
import { Maybe, None, Some } from "monet";
|
||||
import { IDatabase, IMain } from "pg-promise";
|
||||
import { users as sql } from "../sql";
|
||||
|
||||
export class UserRepository {
|
||||
private db: IDatabase<any>;
|
||||
|
||||
Reference in New Issue
Block a user