Merge pull request #162 from AlexSCorey/128-UsePFTabs

Add PF's Tabs to Orgs Details page
This commit is contained in:
Alex Corey
2019-04-22 09:26:12 -04:00
committed by GitHub
9 changed files with 208 additions and 209 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import { mount } from 'enzyme';
import { MemoryRouter } from 'react-router-dom';
import { I18nProvider } from '@lingui/react';
import Organization from '../../../../../src/pages/Organizations/screens/Organization/Organization';