mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 09:26:58 +01:00
make all imports nicer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pocketbase, { type userRecord } from "./connection";
|
||||
import { emptyInventory, itemarray } from "../items";
|
||||
import type { User } from "../user";
|
||||
import logger from "../lib/logger";
|
||||
import pocketbase, { type userRecord } from "db/connection";
|
||||
import { emptyInventory, itemarray } from "items";
|
||||
import type User from "user";
|
||||
import logger from "lib/logger";
|
||||
|
||||
const pb = pocketbase.collection('users');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user