feat: trying to add hashes to scripts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { JSX } from "preact";
|
||||
import { IS_BROWSER } from "$fresh/runtime.ts";
|
||||
import { ButtonHTMLAttributes } from "preact";
|
||||
import { IS_BROWSER } from "fresh/runtime";
|
||||
|
||||
export function Button(props: JSX.HTMLAttributes<HTMLButtonElement>) {
|
||||
export function Button(props: ButtonHTMLAttributes<HTMLButtonElement>) {
|
||||
return (
|
||||
<button
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user