This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {ajaxURL, wppdURL, restURL,user, loginURL,signUpURL} from './variables.js'; | |
import screenTripPlanningPage from './screens/tripPlanningPage.js'; | |
import renderSignup from './signup.js'; | |
// import renderInit from './init.js'; | |
import renderEditTripPlanningPage from './editTripPlanningPage.js'; | |
import renderTripPlanningPageAfterLogin from './tripPlanningPageAfterLogin.js'; | |
// rIcon | |
import {rIcon} from './components/icon.js'; | |
// helpers |