Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 24, 2024
1 parent e5408f7 commit 24fcdb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions client/src/www/views/contact_view/support_form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import {TextField} from '@material/mwc-textfield';

import '@material/mwc-button';
import '@material/mwc-select';
import '@material/mwc-textarea';
Expand Down
1 change: 0 additions & 1 deletion client/src/www/views/contact_view/support_form/stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {html} from 'lit';
import './index';
import {FormValues} from './index';
import {localize} from '../../../testing/localize';
import {AppType} from '../app_type';

export default {
title: 'Contact View/Support Form',
Expand Down

0 comments on commit 24fcdb6

Please sign in to comment.