import "something" from 'parent-directory / myfile.js "

0

I need to import my db.js file from a higher directory, I do not know how to do it and I can not find information on the Internet. What I want is something like this:

import db from './db'
    
asked by Wilberth Loría 31.05.2017 в 10:21
source

0 answers