Skip to content

Commit b5e4b8c

Browse files
authored
Merge pull request #21 from dogeorg/doge-form
Fixed imports to be consistent with existing components.
2 parents 7f74b70 + e136473 commit b5e4b8c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/doge-form-email/doge-form-email.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { html } from 'lit';
1+
import {
2+
html
3+
} from "../../lib/doge-init.js"
24
import { DogeForm } from '../doge-form/doge-form.js';
35

46
export class DogeFormEmail extends DogeForm {

src/components/doge-form/doge-form.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { LitElement, html, css } from 'lit';
1+
import {
2+
LitElement, css, html
3+
} from "../../lib/doge-init.js"
24

35
export class DogeForm extends LitElement {
46
static properties = {

0 commit comments

Comments
 (0)