diff --git a/src/client/_components/hello_name.ts b/src/client/_components/hello_name.ts index 806d361..f0af114 100644 --- a/src/client/_components/hello_name.ts +++ b/src/client/_components/hello_name.ts @@ -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')