Skip to content

Commit

Permalink
Moves GraphTimeButtons to forms/output
Browse files Browse the repository at this point in the history
  • Loading branch information
knod committed Dec 8, 2018
1 parent bd8e49b commit 37726a3
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 37726a3

Please sign in to comment.