Skip to content

Commit

Permalink
#3087: main-route.jsx, fix relative 'import' paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 13, 2018
1 parent 66933d6 commit e6ab8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jsx/import/route/main-route.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import React, { Component } from 'react';
import ReactDOM from 'react-dom';
import { Route } from 'react-router-dom';
import LoginLayout from './login.jsx';
import RegisterLayout from './register.jsx';
import LoginLayout from '../layout/login.jsx';
import RegisterLayout from '../layout/register.jsx';
import HomePageState from '../redux/container/home-page.jsx';
import AnalysisLayoutState from '../redux/container/analysis-layout.jsx';

Expand Down

0 comments on commit e6ab8ab

Please sign in to comment.