Skip to content

Commit

Permalink
Merge pull request #1010 from JotaPe/patch-1
Browse files Browse the repository at this point in the history
Update headerActions.jsx
  • Loading branch information
weblancaster committed Sep 11, 2017
2 parents e0e2d91 + 0cadfdb commit e190610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/public/js/components/header/headerActions.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from "react";
import BackForwardActions from "./backForwardbuttons";
import BackForwardActions from "./backForwardButtons";
import WindowActions from "./windowActions";

class HeaderActions extends Component {
Expand All @@ -13,4 +13,4 @@ class HeaderActions extends Component {
}
}

export default HeaderActions;
export default HeaderActions;

0 comments on commit e190610

Please sign in to comment.