Merge pull request #14601 from ramonlsouza/lgtm-mar15

refactor: remove unused imports/variables
This commit is contained in:
Anton Georgiev 2022-03-31 10:14:48 -04:00 committed by GitHub
commit bb92689904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import { Meteor } from 'meteor/meteor';
import { check } from 'meteor/check';
import RedisPubSub from '/imports/startup/server/redis';
import Logger from '/imports/startup/server/logger';
import Users from '/imports/api/users';
import { extractCredentials } from '/imports/api/common/server/helpers';
export default function changePin(userId, pin) {

View File

@ -21,7 +21,7 @@ import {
fontSizeXS,
fontSizeSmaller,
} from '/imports/ui/stylesheets/styled-components/typography';
import { phoneLandscape, smallOnly } from '/imports/ui/stylesheets/styled-components/breakpoints';
import { phoneLandscape } from '/imports/ui/stylesheets/styled-components/breakpoints';
import Button from '/imports/ui/components/common/button/component';
const TalkingIndicatorButton = styled(Button)`