Skip to content

Commit

Permalink
Update hello_name.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Apr 11, 2024
1 parent 37d8f3c commit 3fa9755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/_components/hello_name.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// declare
import { customElement, property } from '../../../deps/lit/decorators.ts';
import { LitElement, TemplateResult, html } from '../../../deps/lit.ts';

// @deno-types="../../../types/scss.d.ts"
import styles from './hello_name.scss'

@customElement('hello-name')
Expand Down

0 comments on commit 3fa9755

Please sign in to comment.