Skip to content

Commit

Permalink
fix(formfield): fix broken import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466508206
  • Loading branch information
material-web-copybara authored and copybara-github committed Aug 9, 2022
1 parent ad1db85 commit b4bcf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formfield/formfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import {customElement} from 'lit/decorators';

import {Formfield} from './lib/formfield-base';
import {Formfield} from './lib/formfield';
import {styles as formfieldStyles} from './lib/formfield-styles.css';

declare global {
Expand Down

0 comments on commit b4bcf4e

Please sign in to comment.