Update import paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { type ResultSetHeader, type RowDataPacket, type QueryOptions } from "mysql2"
|
||||
import pool from '../miscellaneous/db'
|
||||
import pool from 'miscellaneous/db'
|
||||
|
||||
interface CashTransaction extends RowDataPacket {
|
||||
id?: number;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { type ResultSetHeader, type RowDataPacket, type QueryOptions } from "mysql2"
|
||||
import pool from '../miscellaneous/db'
|
||||
import pool from 'miscellaneous/db'
|
||||
|
||||
|
||||
interface Media extends RowDataPacket {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { type ResultSetHeader, type RowDataPacket } from "mysql2"
|
||||
import pool from '../miscellaneous/db'
|
||||
import pool from 'miscellaneous/db'
|
||||
|
||||
interface UserD extends RowDataPacket {
|
||||
name?: string;
|
||||
|
Reference in New Issue
Block a user