fixed merge conflict
This commit is contained in:
parent
c9321494ec
commit
5ce82e4233
1 changed files with 0 additions and 3 deletions
|
|
@ -3,10 +3,7 @@ const router = express.Router();
|
|||
|
||||
const tokenAuth = require('server/middleware/tokenAuth');
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
const HandleBounty = require('./question/HandleBounty');
|
||||
>>>>>>> bounties
|
||||
const CreateAnswer = require('./question/CreateAnswer');
|
||||
const CreateAnswerComment = require('./question/CreateAnswerComment');
|
||||
const CreateComment = require('./question/CreateComment');
|
||||
|
|
|
|||
Reference in a new issue