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