Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #472 from gashcrumb/fix-styling
Browse files Browse the repository at this point in the history
fix: undo really trivial styling issue that happened, nothing to see here honest
  • Loading branch information
gashcrumb committed Jun 13, 2019
2 parents 5c340c5 + 0a978fd commit 0ebbe84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/ui-react/syndesis/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ import {
ServerEventsContext,
WithServerEvents,
} from '@syndesis/api';
// Don't move this line, otherwise we anger the pf4
import { App, IAppRoute, IAppRouteWithChildrens, WithConfig } from './app';
// tslint:disable-next-line:ordered-imports
import { createBrowserHistory } from '@syndesis/history';
import { UnrecoverableError } from '@syndesis/ui';
import { WithLoader } from '@syndesis/utils';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { I18nextProvider, Translation } from 'react-i18next';
import { Router } from 'react-router-dom';
import { App, IAppRoute, IAppRouteWithChildrens, WithConfig } from './app';
import i18n from './i18n';
import './index.css';
import { ApiClientConnectorsModule } from './modules/apiClientConnectors';
Expand Down

0 comments on commit 0ebbe84

Please sign in to comment.