You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/11/07 12:48:34 UTC

fauxton commit: updated refs/heads/master to 1fa0e39

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 369c32654 -> 1fa0e3975


add correct import for apibar


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1fa0e397
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/1fa0e397
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/1fa0e397

Branch: refs/heads/master
Commit: 1fa0e39758ad3e5378cc29f696c52e993594189e
Parents: 369c326
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Nov 7 14:22:08 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Nov 7 14:22:50 2016 +0200

----------------------------------------------------------------------
 app/addons/components/layouts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1fa0e397/app/addons/components/layouts.js
----------------------------------------------------------------------
diff --git a/app/addons/components/layouts.js b/app/addons/components/layouts.js
index 462fb21..df4b85e 100644
--- a/app/addons/components/layouts.js
+++ b/app/addons/components/layouts.js
@@ -13,7 +13,7 @@
 import React from 'react';
 import ReactDOM from 'react-dom';
 import {NotificationCenterButton} from "../fauxton/notifications/notifications.react";
-import {ApiBarController} from './react-components.react';
+import {ApiBarController} from './components/apibar';
 import {Breadcrumbs} from './header-breadcrumbs';
 import ComponentActions from "./actions";