Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #24 from davezuko/refactor/directory-structure
Browse files Browse the repository at this point in the history
Refactor/directory structure
  • Loading branch information
David Zukowski committed Aug 17, 2015
2 parents c97210b + cc2e708 commit 238e9be
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/index.jsx
@@ -1,6 +1,6 @@
import { Route } from 'react-router';
import React from 'react';
import CoreLayout from 'layouts/core';
import CoreLayout from 'layouts/core-layout';
import HomeView from 'views/home';

export default (
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/views/home/index.spec.js → src/views/home.spec.js
@@ -1,5 +1,5 @@
import React from 'react';
import HomeView from './index';
import HomeView from './home';

describe('(View) Home', function () {

Expand Down

0 comments on commit 238e9be

Please sign in to comment.