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 } from "solid-js";
import type { TitleProps } from "../types/types";
import Header from "./header";
import Footer from "./footer";