update templates to do import type

This commit is contained in:
Ryan Carniato
2021-08-27 19:50:19 -07:00
parent d84e0391ce
commit f1dbf3a2eb
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Component } from "solid-js";
import type { Component } from "solid-js";
import { Link, useRoutes, useLocation } from "solid-app-router";
import { routes } from "./routes";