disclaimer about code that is not mine

This commit is contained in:
2025-02-19 00:35:08 -05:00
parent 0d30048b10
commit 482f5f90c0
11 changed files with 30 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
import type { ParentComponent } from "solid-js";
/*
* Code from andii.dev
*/
export const Button: ParentComponent<{ onClick?: () => void }> = (props) => {
return (
<button class="button" type="button" onClick={props.onClick}>