Removed .d imports

This commit is contained in:
Martin Berg Alstad
2023-05-15 23:26:23 +02:00
parent fb391a5808
commit ae1ec571f8
15 changed files with 4 additions and 21 deletions

View File

@ -1,6 +1,5 @@
/* @refresh reload */
import { type Component, createSignal, JSX, onMount, Setter, Show } from "solid-js";
import type { InputProps } from "../types/types";
import Row from "./row";
import { Icon } from "solid-heroicons";
import { magnifyingGlass, xMark } from "solid-heroicons/solid";