fixed file imports and added file with extension for imports (#9)

Reviewed-on: #9
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #9.
This commit is contained in:
2026-05-17 23:25:42 -07:00
committed by joseph.nelson4456
parent de6d8cd8fe
commit e352a26c66
11 changed files with 35 additions and 45 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
import express from 'express'
import { database } from '../../config'
const { Pool } = require('pg')
import { database } from '../../config/index.js'
import { Pool } from 'pg'
const router = express.Router()