Skip to content
Snippets Groups Projects
Commit 07253f15 authored by esikkala's avatar esikkala
Browse files

Fix path module import

parent 093cf65e
No related branches found
No related tags found
No related merge requests found
import express from 'express';
const path = require('path');
import path from 'path';
import bodyParser from 'body-parser';
import {
getManuscripts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment