Skip to content

Commit

Permalink
Merge pull request #2 from Brian-Pob/tyler
Browse files Browse the repository at this point in the history
Removed unused Import
  • Loading branch information
hollyxj authored Apr 5, 2023
2 parents f2854a1 + 0026ba2 commit 36ddd30
Show file tree
Hide file tree
Showing 3 changed files with 10,657 additions and 6,674 deletions.
1 change: 0 additions & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from 'path'
import express from 'express'
import dotenv from 'dotenv'
import colors from 'colors'
import morgan from 'morgan'
import { notFound, errorHandler } from './middleware/errorMiddleware.js'
import connectDB from './config/db.js'
Expand Down
Loading

0 comments on commit 36ddd30

Please sign in to comment.