diff --git a/src/forms/output/GraphHolder.js b/src/forms/output/GraphHolder.js index 31771c6d..5b440b2f 100644 --- a/src/forms/output/GraphHolder.js +++ b/src/forms/output/GraphHolder.js @@ -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 diff --git a/src/components/GraphTimeButtons.js b/src/forms/output/GraphTimeButtons.js similarity index 100% rename from src/components/GraphTimeButtons.js rename to src/forms/output/GraphTimeButtons.js diff --git a/src/test/components/GraphTimeButtons.test.js b/src/test/components/GraphTimeButtons.test.js index 7bbb4d67..e1cbbb83 100644 --- a/src/test/components/GraphTimeButtons.test.js +++ b/src/test/components/GraphTimeButtons.test.js @@ -1,7 +1,7 @@ import React from 'react'; import { mount } from 'enzyme'; -import { GraphTimeButtons } from '../../components/GraphTimeButtons'; +import { GraphTimeButtons } from '../../forms/output/GraphTimeButtons'; describe('', () => { it('renders Weekly, Monthly, and Yearly buttons', () => {