From 3fa975510088a4b52dbdde5a09834a8fd2518fad Mon Sep 17 00:00:00 2001 From: Mqxx <62719703+Mqxx@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:37:31 +0200 Subject: [PATCH] Update hello_name.ts --- src/client/_components/hello_name.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')