Added version to fetch props. Renamed interfaces to a declaration file
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user