Added version to fetch props. Renamed interfaces to a declaration file

This commit is contained in:
Martin Berg Alstad
2023-04-08 12:05:08 +02:00
parent 3245769977
commit 292da46769
16 changed files with 28 additions and 27 deletions

View File

@ -1,6 +1,6 @@
/* @refresh reload */
import { type Component, createSignal, JSX, Setter } from "solid-js";
import type { InputProps } from "../types/interfaces";
import type { InputProps } from "../types/types";
import Row from "./row";
function setupEventListener(id: string, setIsHover: Setter<boolean>): () => void {