Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/sentry/static/sentry/app/__mocks__/jquery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let jq = {
ajaxError: () => jq,
simpleSlider: () => jq,
addClass: () => jq,
find: () => jq,
};

const jqMock = () => jq;
Expand Down
1 change: 1 addition & 0 deletions src/sentry/static/sentry/app/components/avatarCropper.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import PropTypes from 'prop-types';
import React from 'react';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import {debounce} from 'lodash';
import {withRouter} from 'react-router';
import PropTypes from 'prop-types';
Expand Down
1 change: 1 addition & 0 deletions src/sentry/static/sentry/app/components/tooltip.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import React from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
Expand Down
1 change: 1 addition & 0 deletions src/sentry/static/sentry/app/utils/collection.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import _ from 'lodash';

let defaults = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import {Link} from 'react-router';
import LazyLoad from 'react-lazyload';
import React from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import {Box, Flex} from 'grid-emotion';
import PropTypes from 'prop-types';
import React from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import PropTypes from 'prop-types';
import React from 'react';
import ReactDOMServer from 'react-dom/server';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import $ from 'jquery';
import React from 'react';

import {t} from 'app/locale';
Expand Down