Skip to content

Commit

Permalink
Merge pull request #1045 from knod/refactor-2
Browse files Browse the repository at this point in the history
Moves GraphTimeButtons to forms/output
  • Loading branch information
knod committed Dec 9, 2018
2 parents cd4f395 + 37726a3 commit 88ad5e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/forms/output/GraphHolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react';
import { Message } from 'semantic-ui-react';

// CUSTOM COMPONENTS
import { GraphTimeButtons } from '../../components/GraphTimeButtons';
import { GraphTimeButtons } from './GraphTimeButtons';


/** Keeps track of time interval currently requested
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/components/GraphTimeButtons.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { mount } from 'enzyme';

import { GraphTimeButtons } from '../../components/GraphTimeButtons';
import { GraphTimeButtons } from '../../forms/output/GraphTimeButtons';

describe('<GraphTimeButtons>', () => {
it('renders Weekly, Monthly, and Yearly buttons', () => {
Expand Down

0 comments on commit 88ad5e2

Please sign in to comment.